mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Also drop attempts DB
This commit is contained in:
@@ -53,6 +53,7 @@ class ChangesForV550 extends Migration
|
|||||||
$table->dropColumn('generated');
|
$table->dropColumn('generated');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Schema::dropIfExists('webhook_attempts');
|
||||||
Schema::dropIfExists('webhook_messages');
|
Schema::dropIfExists('webhook_messages');
|
||||||
Schema::dropIfExists('webhooks');
|
Schema::dropIfExists('webhooks');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user