Browse Source

fixed 20181026042034_create_user_sessions_table

v3-dev
REJack 6 years ago
parent
commit
c9f217bee7
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 1
      app/Database/Migrations/20181026042034_create_user_sessions_table.php

1
app/Database/Migrations/20181026042034_create_user_sessions_table.php

@ -76,6 +76,7 @@ class Migration_create_user_sessions_table extends Migration
*/ */
public function down() public function down()
{ {
$config = new AauthConfig();
$this->forge->dropTable($config->dbTableUserSessions, true); $this->forge->dropTable($config->dbTableUserSessions, true);
} }
} }

Loading…
Cancel
Save