Aktueller Stand
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Add rule execution phase (pre/post unsubscribe)
|
||||
CREATE TYPE "RulePhase" AS ENUM ('PRE_UNSUBSCRIBE', 'POST_UNSUBSCRIBE');
|
||||
|
||||
ALTER TABLE "Rule"
|
||||
ADD COLUMN "phase" "RulePhase" NOT NULL DEFAULT 'POST_UNSUBSCRIBE';
|
||||
Reference in New Issue
Block a user