mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 09:54:44 +02:00
Styling
This commit is contained in:
parent
f6eede37aa
commit
f3085afcbc
@ -27,7 +27,6 @@ return new class extends Migration
|
|||||||
->update(['tags' => "[\"$egg->name\"]"]);
|
->update(['tags' => "[\"$egg->name\"]"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Schema::table('eggs', function (Blueprint $table) {
|
Schema::table('eggs', function (Blueprint $table) {
|
||||||
$table->dropForeign('service_options_nest_id_foreign');
|
$table->dropForeign('service_options_nest_id_foreign');
|
||||||
$table->dropColumn('nest_id');
|
$table->dropColumn('nest_id');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user