LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / config.remote_account.sql
1 COPY config.remote_account (id, label, host, username, password, account, path, owner, last_activity) FROM stdin;
2 1       Brodart (Full processing)       ftp://ftp.com   username        password        12345   /in     2       \N
3 2       Initech (Covers only)   ftp://ftp.com   user    pw      \N      .in     4       \N
4 \.
5
6 \echo sequence update column: id
7 SELECT SETVAL('config.remote_account_id_seq', (SELECT MAX(id) FROM config.remote_account));