initial
[sketchy-heroes.git] / prisma / migrations / 20220314043022_multiple_biome_to_a_zone / migration.sql
1 /*
2   Warnings:
3
4   - The required column `id` was added to the `ZoneBiomes` table with a prisma-level default value. This is not possible if the table is not empty. Please add this column as optional, then populate it before making it required.
5
6 */
7 -- DropIndex
8 DROP INDEX "ZoneBiomes_zoneId_key";
9
10 -- AlterTable
11 ALTER TABLE "ZoneBiomes" ADD COLUMN     "id" UUID NOT NULL,
12 ADD CONSTRAINT "ZoneBiomes_pkey" PRIMARY KEY ("id");