X-Git-Url: https://git.xangelo.ca/?p=sketchy-heroes.git;a=blobdiff_plain;f=prisma%2Fmigrations%2F20220315163809_fight_table_no_stamina%2Fmigration.sql;fp=prisma%2Fmigrations%2F20220315163809_fight_table_no_stamina%2Fmigration.sql;h=e2ecc37cbf5fd966cb19867a966cd8b2bc790506;hp=0000000000000000000000000000000000000000;hb=7aa7248bc4f3f59a002beb98fa889a9da3c25866;hpb=9cec2c639563092ed050716db1e7e4657f937bf5 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 index 0000000..e2ecc37 --- /dev/null +++ b/prisma/migrations/20220315163809_fight_table_no_stamina/migration.sql @@ -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";