adding PINES post-upgrade script
authorChris Sharp <csharp@georgialibraries.org>
Fri, 17 Aug 2012 14:35:04 +0000 (10:35 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 16 Feb 2013 13:25:05 +0000 (08:25 -0500)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade-cleanup.sql [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade-cleanup.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade-cleanup.sql
new file mode 100644 (file)
index 0000000..a0fccb9
--- /dev/null
@@ -0,0 +1,4 @@
+-- To be run once the upgrade process is complete
+
+-- restore triggers on asset.copy
+ALTER TABLE asset.copy ENABLE TRIGGER ALL;