CCM NG/ccm-cms: Fixed typo in database migration script
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4386 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
71c38c440a
commit
8c9819fce0
|
|
@ -13,7 +13,7 @@ alter table CCM_CMS.CONTENT_ITEMS_AUD
|
|||
alter table CCM_CMS.CONTENT_ITEMS
|
||||
alter column version rename to VERSION;
|
||||
|
||||
alter table CCM_CMS.CONTENT_ITEMS
|
||||
alter table CCM_CMS.CONTENT_ITEMS_AUD
|
||||
alter column contentType_OBJECT_ID rename to CONTENT_TYPE_ID;
|
||||
|
||||
alter table CCM_CMS.CONTENT_TYPES
|
||||
|
|
|
|||
Loading…
Reference in New Issue