mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 10:29:16 +01:00
Fix migration not being supported by sqlite
This commit is contained in:
parent
55192fe89f
commit
53eef9e018
@ -28,6 +28,9 @@ public function down(): void
|
||||
{
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->dropColumn('oauth_id');
|
||||
});
|
||||
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->dropColumn('oauth_provider');
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user