exploring/fighting is functional
[sketchy-heroes.git] / prisma / migrations / 20220315163809_fight_table_no_stamina / migration.sql
1 /*
2   Warnings:
3
4   - You are about to drop the column `stamina` on the `Fight` table. All the data in the column will be lost.
5
6 */
7 -- AlterTable
8 ALTER TABLE "Fight" DROP COLUMN "stamina";