mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Drop table.
This commit is contained in:
@@ -101,6 +101,8 @@ class ChangesForV550 extends Migration
|
||||
$table->unsignedInteger('created_at');
|
||||
}
|
||||
);
|
||||
// drop failed jobs table.
|
||||
Schema::dropIfExists('failed_jobs');
|
||||
|
||||
// create new failed_jobs table.
|
||||
Schema::create(
|
||||
|
Reference in New Issue
Block a user