From 0f54e73fbac4d3780b6a26f106ee07cfcbc12799 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 31 Jan 2023 19:34:02 +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 dcab82c4d..901b81e37 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 @@ -15,7 +15,7 @@ alter table ccm_cms.legal_metadata_rights_aud add primary key (rev, asset_id, locale); alter table ccm_cms.side_note_texts_aud - drop constraint side_note_texts_aud_pkey, + drop constraint note_texts_aud_pkey, add primary key (rev, side_note_id_id, locale); alter table ccm_cms.asset_titles_aud