- fixed "online" status for characters, closed #507

This commit is contained in:
Exodus4D
2017-07-16 14:33:38 +02:00
parent fc2e0ffe58
commit 24e006230d

View File

@@ -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' => ''
]
];