The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;