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
jensp 2016-12-19 19:13:24 +00:00
parent 3459afc2db
commit 5829412d2f
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -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;