]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/tests/datasets/sql/assets_graphic_880.sql
LP#1817645: track RemoteAuth user activity
[working/Evergreen.git] / Open-ILS / tests / datasets / sql / assets_graphic_880.sql
1 -- Create call numbers
2 SELECT evergreen.populate_call_number(4, 'G880 ', 'IMPORT G880', NULL); -- BR1
3 SELECT evergreen.populate_call_number(5, 'G880 ', 'IMPORT G880', NULL); -- BR2
4 SELECT evergreen.populate_call_number(6, 'G880 ', 'IMPORT G880', NULL); -- BR3
5 SELECT evergreen.populate_call_number(7, 'G880 ', 'IMPORT G880', NULL); -- BR4
6 SELECT evergreen.populate_call_number(9, 'G880 ', 'IMPORT G880', NULL); -- BM1
7
8 -- Create copies
9 SELECT evergreen.populate_copy(4, 4, 'G88040000', 'G880'); -- BR1
10 SELECT evergreen.populate_copy(5, 5, 'G88050000', 'G880'); -- BR2
11 SELECT evergreen.populate_copy(6, 6, 'G88060000', 'G880'); -- BR3
12 SELECT evergreen.populate_copy(7, 7, 'G88070000', 'G880'); -- BR4
13 SELECT evergreen.populate_copy(9, 9, 'G88090000', 'G880'); -- BM1
14
15 SELECT evergreen.populate_copy(4, 4, 'G88041000', 'G880'); -- BR1
16 SELECT evergreen.populate_copy(5, 5, 'G88051000', 'G880'); -- BR2
17 SELECT evergreen.populate_copy(6, 6, 'G88061000', 'G880'); -- BR3
18 SELECT evergreen.populate_copy(7, 7, 'G88071000', 'G880'); -- BR4
19 SELECT evergreen.populate_copy(9, 9, 'G88091000', 'G880'); -- BM1