added .data. to org setting file
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Sep 2009 13:20:37 +0000 (13:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Sep 2009 13:20:37 +0000 (13:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14214 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/upgrade/0020.data.org-setting-obscure-dob.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0020.org-setting-obscure-dob.sql [deleted file]

diff --git a/Open-ILS/src/sql/Pg/upgrade/0020.data.org-setting-obscure-dob.sql b/Open-ILS/src/sql/Pg/upgrade/0020.data.org-setting-obscure-dob.sql
new file mode 100644 (file)
index 0000000..e2bf9e3
--- /dev/null
@@ -0,0 +1,13 @@
+BEGIN;
+
+INSERT INTO config.upgrade_log (version) VALUES ('0020');
+
+INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VALUES (
+    'circ.obscure_dob',
+    'Obscure the Date of Birth field',
+    'When true, the Date of Birth column in patron lists will default to Not Visible, and in the Patron Summary sidebar the value will display as <Hidden> unless the field label is clicked.',
+    'bool'
+);
+
+COMMIT;
+
diff --git a/Open-ILS/src/sql/Pg/upgrade/0020.org-setting-obscure-dob.sql b/Open-ILS/src/sql/Pg/upgrade/0020.org-setting-obscure-dob.sql
deleted file mode 100644 (file)
index e2bf9e3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-BEGIN;
-
-INSERT INTO config.upgrade_log (version) VALUES ('0020');
-
-INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VALUES (
-    'circ.obscure_dob',
-    'Obscure the Date of Birth field',
-    'When true, the Date of Birth column in patron lists will default to Not Visible, and in the Patron Summary sidebar the value will display as <Hidden> unless the field label is clicked.',
-    'bool'
-);
-
-COMMIT;
-