CCM NG: DB Migration fix
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4492 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: 32c7be64c2
pull/2/head
parent
3459afc2db
commit
5829412d2f
|
|
@ -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