diff --git a/setup/current_schema.sql b/setup/current_schema.sql index a793aec9a02972fc7fe620e57fc387099813fa36..51d5ade466943c87ba14c78f5483f8fc4e6d9a4f 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 47521d0ee157f07be66adba20b22be8f386be240..6a8ce59c0819edd7bfbb733bed507f663042f06e 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);