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