LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / action.survey.sql
1 COPY action.survey (id, owner, start_date, end_date, usr_summary, opac, poll, required, name, description) FROM stdin;
2 1       1       2020-10-27 09:26:51.426709-05   2030-10-27 09:26:51.426709-05   0       0       0       0       Who would cross the Bridge of Death must answer me these questions three, ere the other side he see.    Test survey for concerto dataset
3 \.
4
5 \echo sequence update column: id
6 SELECT SETVAL('action.survey_id_seq', (SELECT MAX(id) FROM action.survey));