mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
Fixes rollback issue
Fixes an issue when refreshing or rolling back a database migration. The incorrect table was specified in the down method.
This commit is contained in:
parent
e87027b9f7
commit
874bd38f5a
@ -37,6 +37,6 @@ return new class extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down(): void
|
public function down(): void
|
||||||
{
|
{
|
||||||
Schema::dropIfExists('oauth_providers');
|
Schema::dropIfExists('oauth_connections');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user