]> git.localhorst.tv Git - alttp.git/blobdiff - database/migrations/2022_08_19_080601_tech_index.php
tech ruleset classification
[alttp.git] / database / migrations / 2022_08_19_080601_tech_index.php
index d1b6d6e3ef79dd1fe1197f4641126a01a40c1220..e0f615a17af8386132eb0c2042121f19f6fcad80 100644 (file)
@@ -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');
                });