LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / container.carousel_org_unit.sql
1 COPY container.carousel_org_unit (id, carousel, override_name, org_unit, seq) FROM stdin;
2 1       1       \N      1       2
3 2       2       \N      101     0
4 3       3       \N      4       0
5 4       4       \N      6       0
6 6       5       Staff Suggestions       1       1
7 8       6       \N      7       1
8 \.
9
10 \echo sequence update column: id
11 SELECT SETVAL('container.carousel_org_unit_id_seq', (SELECT MAX(id) FROM container.carousel_org_unit));