LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / config.usr_activity_type.sql
1 COPY config.usr_activity_type (id, ewho, ewhat, ehow, label, egroup, enabled, transient) FROM stdin;
2 1001    basicauth       login   apache  RemoteAuth Login: HTTP Basic Authentication     authen  1       1
3 1002    ezproxy login   apache  RemoteAuth Login: EZProxy CGI Authentication    authen  1       1
4 1003    patronapi       login   apache  RemoteAuth Login: PatronAPI Authentication      authen  1       1
5 \.
6
7 \echo sequence update column: id
8 SELECT SETVAL('config.usr_activity_type_id_seq', (SELECT MAX(id) FROM config.usr_activity_type));