mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
Make sure transaction is finished
This commit is contained in:
parent
e286100197
commit
373ede8548
@ -45,6 +45,7 @@ return new class extends Migration
|
||||
DB::table('tasks_old')->delete($task->id);
|
||||
DB::commit();
|
||||
});
|
||||
DB::commit();
|
||||
|
||||
Schema::dropIfExists('tasks_old');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user