]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/tests/datasets/sql/concerto_enhanced/asset.copy_part_map.sql
LP#1949109 Stamping upgrade script
[Evergreen.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / asset.copy_part_map.sql
1 COPY asset.copy_part_map (id, target_copy, part) FROM stdin;
2 1       353     7
3 2       385     3
4 3       853     7
5 4       885     2
6 5       1353    7
7 6       1385    4
8 7       1853    5
9 8       1885    2
10 9       2353    7
11 10      2385    1
12 11      3101    5
13 12      3102    2
14 13      3103    8
15 14      3104    4
16 \.
17
18 \echo sequence update column: id
19 SELECT SETVAL('asset.copy_part_map_id_seq', (SELECT MAX(id) FROM asset.copy_part_map));