initial
[sketchy-heroes.git] / prisma / migrations / 20220314142325_create_biome_no_player / migration.sql
1 /*
2   Warnings:
3
4   - A unique constraint covering the columns `[zoneBiomeId]` on the table `Player` will be added. If there are existing duplicate values, this will fail.
5
6 */
7 -- CreateIndex
8 CREATE UNIQUE INDEX "Player_zoneBiomeId_key" ON "Player"("zoneBiomeId");