X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=database%2Fmigrations%2F2022_08_19_080601_tech_index.php;h=e0f615a17af8386132eb0c2042121f19f6fcad80;hb=07c9bbbb2c6ddde460f48245699f27eaf66b8ac3;hp=d1b6d6e3ef79dd1fe1197f4641126a01a40c1220;hpb=4ac9a5a331949fcec42378ddc495385ae8628a79;p=alttp.git diff --git a/database/migrations/2022_08_19_080601_tech_index.php b/database/migrations/2022_08_19_080601_tech_index.php index d1b6d6e..e0f615a 100644 --- a/database/migrations/2022_08_19_080601_tech_index.php +++ b/database/migrations/2022_08_19_080601_tech_index.php @@ -26,7 +26,7 @@ return new class extends Migration */ public function down() { - Schema::table('rounds', function(Blueprint $table) { + Schema::table('techniques', function(Blueprint $table) { $table->dropColumn('index'); $table->dropColumn('priority'); });