geosolutions-it / ckanext-dcatapit

CKAN extension for the Italian Open Data Portals (DCAT_AP-IT)
GNU Affero General Public License v3.0
10 stars 18 forks source link

Remove some constraints from DB #277

Closed etj closed 2 years ago

etj commented 2 years ago
etj commented 2 years ago

Also see https://github.com/geosolutions-it/ckanext-multilang/issues/39

etj commented 2 years ago
ALTER TABLE public.dcatapit_subtheme DROP CONSTRAINT IF EXISTS dcatapit_subtheme_path_key;
DROP index IF EXISTS public.ix_dcatapit_vocabulary_text;