mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
Fix table name in migration
This commit is contained in:
parent
0273bf78db
commit
f0287c376a
|
@ -24,7 +24,7 @@ return [
|
|||
},
|
||||
|
||||
'down' => function (Builder $schema) {
|
||||
$schema->table('auth_tokens', function (Blueprint $table) {
|
||||
$schema->table('registration_tokens', function (Blueprint $table) {
|
||||
$table->dropColumn('provider', 'identifier', 'user_attributes');
|
||||
|
||||
$table->string('payload', 150)->change();
|
||||
|
|
Loading…
Reference in New Issue
Block a user