view schema/updates/1301/01.fill-survey-types.sql @ 4922:9bd6a0ca63ea fairway-marks-import

Add import for fairway marks of type BOYLAT
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Feb 2020 12:14:36 +0100
parents 28999c7c0c18
children
line wrap: on
line source

INSERT INTO survey_types (survey_type) VALUES ('single'), ('multi')
  ON CONFLICT (survey_type) DO NOTHING;