LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / biblio.peer_type.sql
1 COPY biblio.peer_type (id, name) FROM stdin;
2 101     Media player
3 \.
4
5 \echo sequence update column: id
6 SELECT SETVAL('biblio.peer_type_id_seq', (SELECT MAX(id) FROM biblio.peer_type));