LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / actor.org_unit_setting.sql
1 COPY actor.org_unit_setting (id, org_unit, name, value) FROM stdin;
2 16      5       lib.info_url    "http://example.com/BR2"
3 17      6       lib.info_url    "http://br3.example.com"
4 18      7       lib.info_url    "http://br4.example.com/info"
5 20      1       circ.patron_edit.clone.copy_address     true
6 \.
7
8 \echo sequence update column: id
9 SELECT SETVAL('actor.org_unit_setting_id_seq', (SELECT MAX(id) FROM actor.org_unit_setting));