This commit is contained in:
Lance Pioch 2024-04-10 17:10:51 -04:00
parent f6eede37aa
commit f3085afcbc

View File

@ -27,7 +27,6 @@ return new class extends Migration
->update(['tags' => "[\"$egg->name\"]"]);
}
Schema::table('eggs', function (Blueprint $table) {
$table->dropForeign('service_options_nest_id_foreign');
$table->dropColumn('nest_id');