view schema/updates/1311/01.improve_section_uniqueness.sql @ 5501:2ce85b6fcb76 deactivate-users

Added missing trigger functions to migration.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 22 Sep 2021 16:55:15 +0200
parents fd9f171b87e4
children
line wrap: on
line source

ALTER TABLE waterway.sections
    ADD EXCLUDE USING GiST (name WITH =, country WITH <>)