and, of course, the same typo /in/ the file. fixed
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 26 May 2010 18:07:46 +0000 (18:07 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 26 May 2010 18:07:46 +0000 (18:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16507 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/upgrade/0277.schema.address_schema_drift.sql

index 14792ba..ff67554 100644 (file)
@@ -1,6 +1,6 @@
 BEGIN;
 
-INSERT INTO config.upgrade_log (version) VALUES ('0227'); -- miker
+INSERT INTO config.upgrade_log (version) VALUES ('0277'); -- miker
 
 -- Use oils_xpath_table instead of pgxml's xpath_table
 CREATE OR REPLACE FUNCTION acq.extract_holding_attr_table (lineitem int, tag text) RETURNS SETOF acq.flat_lineitem_holding_subfield AS $$