From: Mark Hymers Date: Wed, 10 Aug 2011 20:53:09 +0000 (+0100) Subject: Update schema to 65 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db74628f24f99562e82bbc3876ef4a33466db5c;p=dak Update schema to 65 Signed-off-by: Mark Hymers --- diff --git a/setup/current_schema.sql b/setup/current_schema.sql index a793aec9..51d5ade4 120000 --- a/setup/current_schema.sql +++ b/setup/current_schema.sql @@ -1 +1 @@ -schema_64.sql \ No newline at end of file +schema_65.sql \ No newline at end of file diff --git a/setup/schema_64.sql b/setup/schema_65.sql similarity index 99% rename from setup/schema_64.sql rename to setup/schema_65.sql index 47521d0e..6a8ce59c 100644 --- a/setup/schema_64.sql +++ b/setup/schema_65.sql @@ -1041,7 +1041,6 @@ CREATE TABLE suite ( 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, @@ -1055,6 +1054,7 @@ CREATE TABLE suite ( changelog text, butautomaticupgrades boolean DEFAULT false NOT NULL, signingkeys text[], + announce text[], CONSTRAINT bau_needs_na_set CHECK (((NOT butautomaticupgrades) OR notautomatic)) ); @@ -5587,5 +5587,5 @@ GRANT SELECT ON TABLE version_checks TO PUBLIC; -- -- Set schema version -INSERT INTO config (name, value) VALUES ('db_revision', 64); +INSERT INTO config (name, value) VALUES ('db_revision', 65);