initial
[sketchy-heroes.git] / prisma / migrations / 20220312061111_init / migration.sql
1 /*
2   Warnings:
3
4   - You are about to drop the column `current_exp` on the `Player` table. All the data in the column will be lost.
5
6 */
7 -- AlterTable
8 ALTER TABLE "Player" DROP COLUMN "current_exp",
9 ADD COLUMN     "exp" INTEGER NOT NULL DEFAULT 0;