CCM NG: Missing DB migrations

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4491 8810af33-2d31-482b-a856-94f89814c4df
ccm-docs
jensp 2016-12-19 19:05:36 +00:00
parent 64c1de0e72
commit 5cd998df58
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table CCM_CORE.PAGE_MODELS
add column MODEL_UUID varchar(255) not null;

View File

@ -0,0 +1,3 @@
alter table CCM_CORE.PAGE_MODELS
add column MODEL_UUID varchar(255) not null;