comparison schema/updates/1301/01.fill-survey-types.sql @ 4628:28999c7c0c18

Fill single and multi into survey type table.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Oct 2019 17:10:14 +0200
parents
children
comparison
equal deleted inserted replaced
4627:8f38a1bb9b79 4628:28999c7c0c18
1 INSERT INTO survey_types (survey_type) VALUES ('single'), ('multi')
2 ON CONFLICT (survey_type) DO NOTHING;
3