]> err.no Git - dak/commitdiff
Update schema to 63
authorMark Hymers <mhy@debian.org>
Wed, 27 Jul 2011 19:10:55 +0000 (20:10 +0100)
committerMark Hymers <mhy@debian.org>
Wed, 27 Jul 2011 19:11:10 +0000 (20:11 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
setup/current_schema.sql
setup/schema_63.sql [moved from setup/schema_62.sql with 99% similarity]

index a52d8c02623a4489d389f4115dd70ea3b4badf10..72130c95cbe1776236f9127437e5b217c3fd4766 120000 (symlink)
@@ -1 +1 @@
-schema_62.sql
\ No newline at end of file
+schema_63.sql
\ No newline at end of file
similarity index 99%
rename from setup/schema_62.sql
rename to setup/schema_63.sql
index 4229a23551fdce716cca720f609fdfd8f5747469..18f432cae1f8f11e36d084961e29ac78b57919d4 100644 (file)
@@ -981,7 +981,8 @@ CREATE TABLE archive (
     origin_server text,
     description text,
     created timestamp with time zone DEFAULT now() NOT NULL,
-    modified timestamp with time zone DEFAULT now() NOT NULL
+    modified timestamp with time zone DEFAULT now() NOT NULL,
+    primary_mirror text
 );
 
 
@@ -5585,6 +5586,9 @@ GRANT SELECT ON TABLE version_checks TO PUBLIC;
 -- PostgreSQL database dump complete
 --
 
--- Set schema version
-INSERT INTO config (name, value) VALUES ('db_revision', 62);
+--
+-- PostgreSQL database dump complete
+--
 
+-- Set schema version
+INSERT INTO config (name, value) VALUES ('db_revision', 63);