LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / acq.provider_holding_subfield_map.sql
1 COPY acq.provider_holding_subfield_map (id, provider, name, subfield) FROM stdin;
2 1       1       quantity        q
3 2       1       estimated_price p
4 3       1       owning_lib      o
5 4       1       call_number     n
6 5       1       fund_code       f
7 6       1       circ_modifier   m
8 7       1       note    z
9 8       1       copy_location   l
10 9       1       barcode b
11 10      1       collection_code c
12 11      2       quantity        q
13 12      2       estimated_price p
14 13      2       owning_lib      o
15 14      2       call_number     n
16 15      2       fund_code       f
17 16      2       circ_modifier   m
18 17      2       note    z
19 18      2       copy_location   l
20 19      2       barcode b
21 20      2       collection_code c
22 21      3       quantity        q
23 22      3       estimated_price p
24 23      3       owning_lib      o
25 24      3       call_number     n
26 25      3       fund_code       f
27 26      3       circ_modifier   m
28 27      3       note    z
29 28      3       copy_location   l
30 29      3       barcode b
31 30      3       collection_code c
32 31      4       quantity        q
33 32      4       estimated_price p
34 33      4       owning_lib      o
35 34      4       call_number     n
36 35      4       fund_code       f
37 36      4       circ_modifier   m
38 37      4       note    z
39 38      4       copy_location   l
40 39      4       barcode b
41 40      4       collection_code c
42 \.
43
44 \echo sequence update column: id
45 SELECT SETVAL('acq.provider_holding_subfield_map_id_seq', (SELECT MAX(id) FROM acq.provider_holding_subfield_map));