mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fixes migrations to actually rollback all the way.
This commit is contained in:
@@ -32,6 +32,6 @@ class CreateJobsTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::drop('jobs');
|
||||
Schema::dropIfExists('jobs');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user