LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / asset.copy_location_group.sql
1 COPY asset.copy_location_group (id, name, owner, pos, top, opac_visible) FROM stdin;
2 1       Juvenile Collection     2       0       0       1
3 2       Local Interest Collection       3       0       0       1
4 \.
5
6 \echo sequence update column: id
7 SELECT SETVAL('asset.copy_location_group_id_seq', (SELECT MAX(id) FROM asset.copy_location_group));