proc-gen equipment drops from monsters can be picked up
[sketchy-heroes.git] / prisma / migrations / 20220317154640_default_item_droprate_10 / migration.sql
diff --git a/prisma/migrations/20220317154640_default_item_droprate_10/migration.sql b/prisma/migrations/20220317154640_default_item_droprate_10/migration.sql
new file mode 100644 (file)
index 0000000..f3c70f1
--- /dev/null
@@ -0,0 +1,2 @@
+-- AlterTable
+ALTER TABLE "Monster" ADD COLUMN     "dropRate" DECIMAL(65,30) NOT NULL DEFAULT 0.1;