From 24e006230d2f492effc688d5d09004925363fefb Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Sun, 16 Jul 2017 14:33:38 +0200 Subject: [PATCH] - fixed "online" status for characters, closed #507 --- app/main/model/characterauthenticationmodel.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/main/model/characterauthenticationmodel.php b/app/main/model/characterauthenticationmodel.php index 6af2d6ef..3b2ab69e 100644 --- a/app/main/model/characterauthenticationmodel.php +++ b/app/main/model/characterauthenticationmodel.php @@ -50,11 +50,6 @@ class CharacterAuthenticationModel extends BasicModel{ 'type' => Schema::DT_TIMESTAMP, 'default' => Schema::DF_CURRENT_TIMESTAMP, 'index' => true - ], - 'scopeHash' => [ - 'type' => Schema::DT_VARCHAR128, - 'nullable' => false, - 'default' => '' ] ];