From: miker Date: Mon, 7 Mar 2011 16:02:43 +0000 (+0000) 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=0444af933713918a201e868b3589173ee8cceebd;p=evergreen%2Fjoelewis.git commit at the end ... and I'd like to reserve a db version number, but not until it's in trunk git-svn-id: svn://svn.open-ils.org/ILS/trunk@19599 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;