]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/tests/datasets/sql/assets_rda.sql
LP#1817645: track RemoteAuth user activity
[working/Evergreen.git] / Open-ILS / tests / datasets / sql / assets_rda.sql
1 -- Create call numbers
2 SELECT evergreen.populate_call_number(4, 'RDA ', 'IMPORT RDA', NULL); -- BR1
3 SELECT evergreen.populate_call_number(5, 'RDA ', 'IMPORT RDA', NULL); -- BR2
4 SELECT evergreen.populate_call_number(6, 'RDA ', 'IMPORT RDA', NULL); -- BR3
5 SELECT evergreen.populate_call_number(7, 'RDA ', 'IMPORT RDA', NULL); -- BR4
6 SELECT evergreen.populate_call_number(9, 'RDA ', 'IMPORT RDA', NULL); -- BM1
7
8 -- Create copies
9 SELECT evergreen.populate_copy(4, 4, 'RDA40000', 'RDA'); -- BR1
10 SELECT evergreen.populate_copy(5, 5, 'RDA50000', 'RDA'); -- BR2
11 SELECT evergreen.populate_copy(6, 6, 'RDA60000', 'RDA'); -- BR3
12 SELECT evergreen.populate_copy(7, 7, 'RDA70000', 'RDA'); -- BR4
13 SELECT evergreen.populate_copy(9, 9, 'RDA90000', 'RDA'); -- BM1
14
15 SELECT evergreen.populate_copy(4, 4, 'RDA41000', 'RDA'); -- BR1
16 SELECT evergreen.populate_copy(4, 4, 'RDA42000', 'RDA'); -- BR1
17 SELECT evergreen.populate_copy(4, 4, 'RDA43000', 'RDA'); -- BR1
18 SELECT evergreen.populate_copy(4, 4, 'RDA44000', 'RDA'); -- BR1
19 SELECT evergreen.populate_copy(4, 4, 'RDA45000', 'RDA'); -- BR1
20 SELECT evergreen.populate_copy(4, 4, 'RDA46000', 'RDA'); -- BR1
21 SELECT evergreen.populate_copy(4, 4, 'RDA47000', 'RDA'); -- BR1
22 SELECT evergreen.populate_copy(4, 4, 'RDA48000', 'RDA'); -- BR1
23 SELECT evergreen.populate_copy(4, 4, 'RDA49000', 'RDA'); -- BR1
24
25 SELECT evergreen.populate_copy(5, 5, 'RDA51000', 'RDA'); -- BR2
26 SELECT evergreen.populate_copy(6, 6, 'RDA61000', 'RDA'); -- BR3
27 SELECT evergreen.populate_copy(7, 7, 'RDA71000', 'RDA'); -- BR4
28 SELECT evergreen.populate_copy(9, 9, 'RDA91000', 'RDA'); -- BM1