From 7db74628f24f99562e82bbc3876ef4a33466db5c Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 10 Aug 2011 21:53:09 +0100 Subject: [PATCH] Update schema to 65 Signed-off-by: Mark Hymers --- setup/current_schema.sql | 2 +- setup/{schema_64.sql => schema_65.sql} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename setup/{schema_64.sql => schema_65.sql} (99%) 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); -- 2.39.2