view schema/updates/1301/01.fill-survey-types.sql @ 5364:1adbd6a5f849 extented-report

XLSX templater: Cache cell formulas for performance.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Jun 2021 01:01:11 +0200
parents 28999c7c0c18
children
line wrap: on
line source

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