SCPL: tweaks to schema upgrade script
[transitory.git] / Open-ILS / src / sql / Pg / version-upgrade / 2.0-2.1-upgrade-db.sql
index 3638766..d3cb512 100644 (file)
@@ -1,3 +1,5 @@
+select now();
+
 -- 0498
 -- Rather than polluting the public schema with general Evergreen
 -- functions, carve out a dedicated schema.  It might already exist,
@@ -2265,7 +2267,7 @@ UPDATE asset.call_number_class
 
 -- Change this to FALSE to disable updating existing circs
 -- Otherwise will use the fine interval for the grace period
-\set CircGrace TRUE
+\set CircGrace FALSE
 
 -- 0503
 -- New Columns
@@ -8861,6 +8863,8 @@ INSERT INTO config.upgrade_log (version) VALUES ('0634');
 
 COMMIT;
 
+SELECT NOW();
+
 --0633
 INSERT into config.org_unit_setting_type
 ( name, grp, label, description, datatype ) VALUES