]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/tests/datasets/sql/concerto_enhanced/biblio.peer_type.sql
Stamping upgrade scripts and refifying baseline schema
[Evergreen.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));