From: erickson Date: Mon, 19 Jul 2010 12:47:02 +0000 (+0000) Subject: repaired sql syntax for upgrade log commit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ae39039fd1c6d2332bf67034090c39e425e768f8;p=contrib%2FConifer.git repaired sql syntax for upgrade log commit git-svn-id: svn://svn.open-ils.org/ILS/trunk@16975 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/upgrade/0342.schema.authority_ingest_triggers.sql b/Open-ILS/src/sql/Pg/upgrade/0342.schema.authority_ingest_triggers.sql index 7159e8c3a0..6885b84361 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0342.schema.authority_ingest_triggers.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0342.schema.authority_ingest_triggers.sql @@ -2,7 +2,7 @@ -- authority.record_entry and authority.full_rec will automatically be populated BEGIN; -INSERT INTO config.upgrade_log('342'); --dbs +INSERT INTO config.upgrade_log (version) VALUES ('0342'); -- dbs CREATE OR REPLACE FUNCTION authority.propagate_changes (aid BIGINT, bid BIGINT) RETURNS BIGINT AS $func$ UPDATE biblio.record_entry