This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable: add max_analyses and max_coupons columns to usage_limits
|
||||
ALTER TABLE "usage_limits" ADD COLUMN IF NOT EXISTS "max_analyses" INTEGER NOT NULL DEFAULT 3;
|
||||
ALTER TABLE "usage_limits" ADD COLUMN IF NOT EXISTS "max_coupons" INTEGER NOT NULL DEFAULT 1;
|
||||
Reference in New Issue
Block a user