Fixed a typo in the DB migration
parent
35db22cd36
commit
e2b59d27ee
|
|
@ -18,6 +18,7 @@ create table CCM_CMS.Person_PersonName_AUD (
|
|||
);
|
||||
insert into ccm_cms.person_personname_aud (rev, person_id, person_name_id, revtype, revend) (select rev, person_id, person_name_id, revtype, revend from ccm_cms.person_names_aud);
|
||||
|
||||
alter table ccm_cms.person_names_aud drop column person_id;
|
||||
alter table ccm_cms.person_names_aud drop column person_id;
|
||||
|
||||
alter table CCM_CMS.Person_PersonName_AUD
|
||||
|
|
|
|||
Loading…
Reference in New Issue