Lp 1826759: Stamping Upgrade Script
authorJason Stephenson <jason@sigio.com>
Mon, 27 Sep 2021 17:39:41 +0000 (13:39 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 27 Sep 2021 17:41:00 +0000 (13:41 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/XXXX.data.lp1826759.items_out_typo.sql [deleted file]

index 55c61aa..8706573 100644 (file)
@@ -92,7 +92,7 @@ CREATE TRIGGER no_overlapping_deps
     BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
     FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
 
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1301', :eg_version); -- csharp / gmcharlt
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1302', :eg_version); -- slink / dyrcona
 
 CREATE TABLE config.bib_source (
        id              SERIAL  PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql b/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql
new file mode 100644 (file)
index 0000000..6280dc7
--- /dev/null
@@ -0,0 +1,50 @@
+BEGIN;
+
+SELECT evergreen.upgrade_deps_block_check('1302', :eg_version);
+
+UPDATE config.org_unit_setting_type
+    SET description = oils_i18n_gettext(
+        'ui.circ.items_out.longoverdue',
+        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
+        'or "Other/Special Circulations") the circulation '||
+        'should appear while checked out, and B. Whether the circulation should '||
+        'continue to appear in the "Other" tab when checked in with '||
+        'outstanding fines.  '||
+        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
+        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
+        'coust',
+        'description'
+    )
+    WHERE name = 'ui.circ.items_out.longoverdue';
+
+UPDATE config.org_unit_setting_type
+    set description = oils_i18n_gettext(
+        'ui.circ.items_out.lost',
+        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
+        'or "Other/Special Circulations") the circulation '||
+        'should appear while checked out, and B. Whether the circulation should '||
+        'continue to appear in the "Other" tab when checked in with '||
+        'outstanding fines.  '||
+        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
+        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
+        'coust',
+        'description'
+    )
+    WHERE name = 'ui.circ.items_out.lost';
+
+UPDATE config.org_unit_setting_type
+    set description = oils_i18n_gettext(
+        'ui.circ.items_out.claimsreturned',
+        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
+        'or "Other/Special Circulations") the circulation '||
+        'should appear while checked out, and B. Whether the circulation should '||
+        'continue to appear in the "Other" tab when checked in with '||
+        'outstanding fines.  '||
+        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
+        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
+        'coust',
+        'description'
+    )
+    WHERE name = 'ui.circ.items_out.claimsreturned';
+
+END;
diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.lp1826759.items_out_typo.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.lp1826759.items_out_typo.sql
deleted file mode 100644 (file)
index 6c8febc..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-BEGIN;
-
--- SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
-
-UPDATE config.org_unit_setting_type
-    SET description = oils_i18n_gettext(
-        'ui.circ.items_out.longoverdue',
-        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
-        'or "Other/Special Circulations") the circulation '||
-        'should appear while checked out, and B. Whether the circulation should '||
-        'continue to appear in the "Other" tab when checked in with '||
-        'outstanding fines.  '||
-        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
-        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
-        'coust',
-        'description'
-    )
-    WHERE name = 'ui.circ.items_out.longoverdue';
-
-UPDATE config.org_unit_setting_type
-    set description = oils_i18n_gettext(
-        'ui.circ.items_out.lost',
-        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
-        'or "Other/Special Circulations") the circulation '||
-        'should appear while checked out, and B. Whether the circulation should '||
-        'continue to appear in the "Other" tab when checked in with '||
-        'outstanding fines.  '||
-        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
-        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
-        'coust',
-        'description'
-    )
-    WHERE name = 'ui.circ.items_out.lost';
-
-UPDATE config.org_unit_setting_type
-    set description = oils_i18n_gettext(
-        'ui.circ.items_out.claimsreturned',
-        'Value is a numeric code, describing: A. In which tab ("Items Checked Out", '||
-        'or "Other/Special Circulations") the circulation '||
-        'should appear while checked out, and B. Whether the circulation should '||
-        'continue to appear in the "Other" tab when checked in with '||
-        'outstanding fines.  '||
-        '1 = (A) "Items", (B) "Other".  2 = (A) "Other", (B) "Other".  ' ||
-        '5 = (A) "Items", (B) do not display.  6 = (A) "Other", (B) do not display.',
-        'coust',
-        'description'
-    )
-    WHERE name = 'ui.circ.items_out.claimsreturned';
-
-END;