Some more typos
parent
974caad459
commit
7fef6ce945
|
|
@ -47,11 +47,11 @@ alter table ccm_cms.article_texts_aud
|
||||||
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
|
||||||
drop constraint mpa_event_texts_aud_pkey,
|
drop constraint event_texts_aud_pkey,
|
||||||
add primary key (rev, object_id, locale);
|
add primary key (rev, object_id, locale);
|
||||||
|
|
||||||
alter table ccm_cms.event_dates_aud
|
alter table ccm_cms.event_dates_aud
|
||||||
drop constraint mpa_event_dates_aud_pkey,
|
drop constraint event_dates_aud_pkey,
|
||||||
add primary key (rev, object_id, locale);
|
add primary key (rev, object_id, locale);
|
||||||
|
|
||||||
alter table ccm_cms.mpa_summaries_aud
|
alter table ccm_cms.mpa_summaries_aud
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue