LP1929741: bump up ID for new config.print_template inserts
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 29 Nov 2021 15:03:17 +0000 (10:03 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 May 2022 14:27:06 +0000 (10:27 -0400)
Resolving a logical merge conflict.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index a522167..926f620 100644 (file)
@@ -22227,7 +22227,7 @@ VALUES (
 INSERT INTO config.print_template
     (id, name, label, owner, active, locale, template)
 VALUES (
-    4, 'lineitem_worksheet', 'Lineitem Worksheet', 1, TRUE, 'en-US',
+    5, 'lineitem_worksheet', 'Lineitem Worksheet', 1, TRUE, 'en-US',
 $TEMPLATE$
 [%- 
   USE money=format('%.2f');
@@ -22257,7 +22257,7 @@ $TEMPLATE$
 
 INSERT INTO config.print_template
     (id, name, label, owner, active, locale, template)
-VALUES (5, 'purchase_order', 'Purchase Order', 1, TRUE, 'en-US', 
+VALUES (6, 'purchase_order', 'Purchase Order', 1, TRUE, 'en-US', 
 $TEMPLATE$
 
 [%-