CCM NG: DB Migration fix
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4492 8810af33-2d31-482b-a856-94f89814c4df
parent
40dcf2e757
commit
32c7be64c2
|
|
@ -1,2 +1,5 @@
|
||||||
alter table CCM_CORE.PAGE_MODELS
|
alter table CCM_CORE.PAGE_MODELS
|
||||||
add column MODEL_UUID varchar(255) not null;
|
add column MODEL_UUID varchar(255) not null;
|
||||||
|
|
||||||
|
alter table CCM_CORE.PAGE_MODEL_COMPONENT_MODELS
|
||||||
|
add column MODEL_UUID varchar(255) not null;
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
alter table CCM_CORE.PAGE_MODELS
|
alter table CCM_CORE.PAGE_MODELS
|
||||||
add column MODEL_UUID varchar(255) not null;
|
add column MODEL_UUID varchar(255) not null;
|
||||||
|
|
||||||
|
alter table CCM_CORE.PAGE_MODEL_COMPONENT_MODELS
|
||||||
|
add column MODEL_UUID varchar(255) not null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue