From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 BEGIN;CREATE TABLE "device_skip" ( "backend" text NOT NULL, "device" inet NOT NULL, "actionset" text[] DEFAULT '{}', "deferrals" integer DEFAULT 0, PRIMARY KEY ("backend", "device"));COMMIT;
BEGIN;
CREATE TABLE "device_skip" (
"backend" text NOT NULL,
"device" inet NOT NULL,
"actionset" text[] DEFAULT '{}',
"deferrals" integer DEFAULT 0,
PRIMARY KEY ("backend", "device")
);
COMMIT;