label text,
description text,
untouchable boolean DEFAULT false NOT NULL,
- announce text DEFAULT 'debian-devel-changes@lists.debian.org'::text NOT NULL,
codename text,
overridecodename text,
validtime integer DEFAULT 604800 NOT NULL,
changelog text,
butautomaticupgrades boolean DEFAULT false NOT NULL,
signingkeys text[],
+ announce text[],
CONSTRAINT bau_needs_na_set CHECK (((NOT butautomaticupgrades) OR notautomatic))
);
--
-- Set schema version
-INSERT INTO config (name, value) VALUES ('db_revision', 64);
+INSERT INTO config (name, value) VALUES ('db_revision', 65);