Another typo

deploy_packages_to_gitea
Jens Pelzetter 2023-01-31 19:58:37 +01:00
parent f843543722
commit 974caad459
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ alter table ccm_cms.content_item_descriptions_aud
add primary key (rev, object_id, locale); add primary key (rev, object_id, locale);
alter table ccm_cms.article_texts_aud 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); add primary key (rev, object_id, locale);
alter table ccm_cms.event_texts_aud alter table ccm_cms.event_texts_aud