CCM NG: Missing DB migrations
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4491 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
64c1de0e72
commit
5cd998df58
|
|
@ -0,0 +1,2 @@
|
|||
alter table CCM_CORE.PAGE_MODELS
|
||||
add column MODEL_UUID varchar(255) not null;
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table CCM_CORE.PAGE_MODELS
|
||||
add column MODEL_UUID varchar(255) not null;
|
||||
|
||||
Loading…
Reference in New Issue