From ae39039fd1c6d2332bf67034090c39e425e768f8 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 19 Jul 2010 12:47:02 +0000 Subject: [PATCH] repaired sql syntax for upgrade log commit git-svn-id: svn://svn.open-ils.org/ILS/trunk@16975 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/upgrade/0342.schema.authority_ingest_triggers.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7159e8c3a..6885b8436 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 -- 2.11.0