LP1904036 SQL repair
authorBill Erickson <berickxx@gmail.com>
Tue, 11 May 2021 15:35:15 +0000 (11:35 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:34 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/sql/Pg/upgrade/XXXX.data.angular-patron.sql

index e22f88f..58abf7c 100644 (file)
@@ -1,8 +1,6 @@
 
 BEGIN;
 
-/*
-
 -- SELECT evergreen.upgrade_deps_block_check('TODO', :eg_version); 
 
 -- insert then update for easier iterative development tweaks
@@ -565,8 +563,6 @@ UPDATE config.print_template SET template = $TEMPLATE$
 </div>
 $TEMPLATE$ WHERE name = 'bills_historical';
 
-*/
-
 INSERT INTO config.print_template 
     (name, label, owner, active, locale, content_type, template)
 VALUES ('checkout', 'Checkout', 1, TRUE, 'en-US', 'text/html', '');