Reserve 0561 (used in 2.0) to avoid confusion
authorMike Rylander <mrylander@gmail.com>
Tue, 21 Jun 2011 15:44:02 +0000 (11:44 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 21 Jun 2011 15:44:50 +0000 (11:44 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0561.schema.tnf_index.sql [new file with mode: 0644]

index 3e21c84..2329330 100644 (file)
@@ -57,7 +57,7 @@ CREATE TABLE config.upgrade_log (
     install_date    TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
 );
 
-INSERT INTO config.upgrade_log (version) VALUES ('0560'); -- tsbere via gmc
+INSERT INTO config.upgrade_log (version) VALUES ('0561'); -- miker
 
 CREATE TABLE config.bib_source (
        id              SERIAL  PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/0561.schema.tnf_index.sql b/Open-ILS/src/sql/Pg/upgrade/0561.schema.tnf_index.sql
new file mode 100644 (file)
index 0000000..25383bc
--- /dev/null
@@ -0,0 +1 @@
+-- Just reserve this number to avoid confusion