--- /dev/null
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.margin', $$ );0$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.height', $$ );9$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.width', $$ );8$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.family', $$ );"monospace"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.size', $$ );10$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.weight', $$ );"normal"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.default_classification_scheme', $$ );"2"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.dob.require', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.registration.require_address', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.default_country', $$ );"USA"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.default_ident_type', $$ );"1"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.staff.require_initials', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.alert_message.show', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.alias.show', $$ );false$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.barred.show', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.dob.calendar', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.claims_returned_count.show', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.bib.delete_on_no_copy_via_acq_lineitem_cancel', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.checkout_fills_related_hold', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.holds.expired_patron_block', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.block_renews_for_holds', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.holds.uncancel.reset_request_time', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.patron_invalid_address_apply_penalty', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'circ.obscure_dob', $$ );false$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.circ.show_billing_tab_on_bills', $$ );true$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.email.example', $$ );"address@example.com"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.evening_phone.example', $$ );"XXX-XXX-XXXX"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.day_phone.example', $$ );"XXX-XXX-XXXX"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.other_phone.example', $$ );"XXX-XXX-XXXX"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.email.regex', $$ );"[^@<> ]+@[^@<> ]+\\.[^@.*<> ]{2,}"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.phone.regex', $$ );"\\d{3}-\\d{3}-\\d{4}"$$ );
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.aua.post_code.regex', $$ );"\\d{5}(-\\d{4})?"$$ );