view schema/updates/1301/01.fill-survey-types.sql @ 5154:a33f1d51d1b7

Changed FD coordinate calculation from polygon to multipolygon.
author Raimund Renkert <raimund@renkert.org>
date Wed, 01 Apr 2020 15:48:07 +0200
parents 28999c7c0c18
children
line wrap: on
line source

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