MORE: Properly support extracting MARC21 fixed fields from the leader, not just the...
[evergreen-equinox.git] / Open-ILS / src / sql / Pg / 002.schema.config.sql
index 705cd14..97b94c4 100644 (file)
@@ -70,7 +70,7 @@ CREATE TABLE config.upgrade_log (
     install_date    TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
 );
 
-INSERT INTO config.upgrade_log (version) VALUES ('0518'); -- miker
+INSERT INTO config.upgrade_log (version) VALUES ('0519'); -- miker
 
 CREATE TABLE config.bib_source (
        id              SERIAL  PRIMARY KEY,