Aktueller Stand
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- CreateEnum
|
||||
CREATE TYPE "RuleMatchMode" AS ENUM ('ALL', 'ANY');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Rule" ADD COLUMN "matchMode" "RuleMatchMode" NOT NULL DEFAULT 'ALL';
|
||||
Reference in New Issue
Block a user