actions in device_skip table are now an array/set
This commit is contained in:
@@ -3,10 +3,10 @@ BEGIN;
|
||||
CREATE TABLE "device_skip" (
|
||||
"backend" text NOT NULL,
|
||||
"device" inet NOT NULL,
|
||||
"action" text NOT NULL,
|
||||
"actionset" text[] DEFAULT '{}',
|
||||
"deferrals" integer DEFAULT 0,
|
||||
"skipover" boolean DEFAULT false,
|
||||
PRIMARY KEY ("backend", "device", "action")
|
||||
"skipover" boolean DEFAULT false,
|
||||
PRIMARY KEY ("backend", "device")
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user