Skip to content

Commit 64fb775

Browse files
committed
fix: remove dropTable auth_access_tokens
There is no such a table in Shield.
1 parent a8eb256 commit 64fb775

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database/Migrations/2020-12-28-223112_create_auth_tables.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public function down(): void
140140
$this->forge->dropTable('auth_logins', true);
141141
$this->forge->dropTable('auth_token_logins', true);
142142
$this->forge->dropTable('auth_remember_tokens', true);
143-
$this->forge->dropTable('auth_access_tokens', true);
144143
$this->forge->dropTable('auth_identities', true);
145144
$this->forge->dropTable('auth_groups_users', true);
146145
$this->forge->dropTable('auth_permissions_users', true);

0 commit comments

Comments
 (0)