Some more changes for the ccm-cms-6.6.6-6.6.7 upgrade for Oracle
git-svn-id: https://svn.libreccm.org/ccm/trunk@3020 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f7c13c00c6
commit
62a2c48db7
|
|
@ -19,7 +19,7 @@
|
|||
--
|
||||
|
||||
ALTER TABLE section_workflow_template_map
|
||||
ADD COLUMN is_default CHAR(1) not null;
|
||||
ADD is_default CHAR(1) DEFAULT '0' NOT NULL;
|
||||
ALTER TABLE section_workflow_template_map
|
||||
ADD CONSTRAINT sect_wor_tem_map_is_de_c_0mfli check(is_default in ('0', '1'));
|
||||
UPDATE section_workflow_template_map SET is_default = '0';
|
||||
Loading…
Reference in New Issue