You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
581 B
22 lines
581 B
3 years ago
|
alter table ACT_HI_TASKINST
|
||
|
add CATEGORY_ varchar(255);
|
||
|
|
||
|
alter table ACT_HI_PROCINST drop constraint ACT_UNIQ_HI_BUS_KEY;
|
||
|
|
||
|
alter table ACT_HI_VARINST
|
||
|
add CREATE_TIME_ timestamp;
|
||
|
|
||
|
alter table ACT_HI_VARINST
|
||
|
add LAST_UPDATED_TIME_ timestamp;
|
||
|
|
||
|
alter table ACT_HI_PROCINST
|
||
|
add TENANT_ID_ varchar(255) default '';
|
||
|
|
||
|
alter table ACT_HI_ACTINST
|
||
|
add TENANT_ID_ varchar(255) default '';
|
||
|
|
||
|
alter table ACT_HI_TASKINST
|
||
|
add TENANT_ID_ varchar(255) default '';
|
||
|
|
||
|
alter table ACT_HI_ACTINST
|
||
|
alter column ASSIGNEE_ varchar(255);
|