initial
[sketchy-heroes.git] / prisma / migrations / 20220314142530_create_biome_no_player / migration.sql
1 /*
2   Warnings:
3
4   - You are about to drop the column `location_x` on the `Player` table. All the data in the column will be lost.
5   - You are about to drop the column `location_y` on the `Player` table. All the data in the column will be lost.
6
7 */
8 -- AlterTable
9 ALTER TABLE "Player" DROP COLUMN "location_x",
10 DROP COLUMN "location_y";
11
12 -- AlterTable
13 ALTER TABLE "ZoneBiomes" ALTER COLUMN "playerId" DROP NOT NULL;