mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 12:14:45 +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::table('tasks_old')->delete($task->id);
|
||||||
DB::commit();
|
DB::commit();
|
||||||
});
|
});
|
||||||
|
DB::commit();
|
||||||
|
|
||||||
Schema::dropIfExists('tasks_old');
|
Schema::dropIfExists('tasks_old');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user