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>
Tue, 4 Jan 2022 16:00:35 +0000 (11:00 -0500)
Resolving a logical merge conflict.

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

index 6775dad..008e396 100644 (file)
@@ -22101,7 +22101,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');
@@ -22131,7 +22131,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$
 
 [%-