view schema/updates/1301/01.fill-survey-types.sql @ 5007:799e8248de8d

First step to move geometry creation for WFS features to loader.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 11 Mar 2020 14:23:52 +0100
parents 28999c7c0c18
children
line wrap: on
line source

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