- fixed "online" status for characters, closed #507
This commit is contained in:
@@ -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' => ''
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user