LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / permission.grp_penalty_threshold.sql
1 COPY permission.grp_penalty_threshold (id, grp, org_unit, penalty, threshold) FROM stdin;
2 5       16      1       3       5.00
3 6       19      1       3       2.00
4 7       19      1       1       0.01
5 \.
6
7 \echo sequence update column: id
8 SELECT SETVAL('permission.grp_penalty_threshold_id_seq', (SELECT MAX(id) FROM permission.grp_penalty_threshold));