mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fixes migrations to actually rollback all the way.
This commit is contained in:
@@ -34,7 +34,7 @@ class AddNewServiceOptionsColumns extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::table('service_options', function (Blueprint $table) {
|
||||
$table->dropForeign('config_from');
|
||||
$table->dropForeign(['config_from']);
|
||||
|
||||
$table->dropColumn('config_from');
|
||||
$table->dropColumn('config_stop');
|
||||
|
||||
Reference in New Issue
Block a user