exploring/fighting is functional
[sketchy-heroes.git] / prisma / migrations / 20220315163809_fight_table_no_stamina / migration.sql
diff --git a/prisma/migrations/20220315163809_fight_table_no_stamina/migration.sql b/prisma/migrations/20220315163809_fight_table_no_stamina/migration.sql
new file mode 100644 (file)
index 0000000..e2ecc37
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+  Warnings:
+
+  - You are about to drop the column `stamina` on the `Fight` table. All the data in the column will be lost.
+
+*/
+-- AlterTable
+ALTER TABLE "Fight" DROP COLUMN "stamina";