From 974caad4598d8aef9e1c4e67b988c6c0fb0eae43 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 31 Jan 2023 19:58:37 +0100 Subject: [PATCH] Another typo --- ...alized_value_from_primary_key_of_localized_string_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-cms/src/main/resources/db/migrations/org/librecms/ccm_cms/pgsql/V7_0_0_37__remove_localized_value_from_primary_key_of_localized_string_tables.sql b/ccm-cms/src/main/resources/db/migrations/org/librecms/ccm_cms/pgsql/V7_0_0_37__remove_localized_value_from_primary_key_of_localized_string_tables.sql index 84c9caf9c..4b3476846 100644 --- a/ccm-cms/src/main/resources/db/migrations/org/librecms/ccm_cms/pgsql/V7_0_0_37__remove_localized_value_from_primary_key_of_localized_string_tables.sql +++ b/ccm-cms/src/main/resources/db/migrations/org/librecms/ccm_cms/pgsql/V7_0_0_37__remove_localized_value_from_primary_key_of_localized_string_tables.sql @@ -43,7 +43,7 @@ alter table ccm_cms.content_item_descriptions_aud add primary key (rev, object_id, locale); alter table ccm_cms.article_texts_aud - drop constraint mpa_article_texts_aud_pkey, + drop constraint article_texts_aud_pkey, add primary key (rev, object_id, locale); alter table ccm_cms.event_texts_aud