From: Mike Rylander Date: Thu, 10 Feb 2011 19:32:38 +0000 (-0500) Subject: commit at the end ... and I'd like to reserve a db version number, but not until... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=994af092db29019141a8eceab778d515e6910426;p=evergreen%2Fequinox.git commit at the end ... and I'd like to reserve a db version number, but not until it's in trunk --- diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.svf-phase-one.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.svf-phase-one.sql index c2294fb325..3c538c5b8d 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.svf-phase-one.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.svf-phase-one.sql @@ -448,5 +448,5 @@ $func$ LANGUAGE PLPGSQL; DROP FUNCTION metabib.reingest_metabib_rec_descriptor( bib_id BIGINT ); -ROLLBACK; +COMMIT;