提交 46e88421 编写于 作者: T Tom Baeyens

ACT-1333 fixing upgrade script

上级 9399d13d
DROP TABLE IF EXISTS ACT_GE_PROPERTY CASCADE;
DROP TABLE IF EXISTS ACT_GE_BYTEARRAY CASCADE;
DROP TABLE IF EXISTS ACT_RE_MODEL CASCADE;
DROP TABLE IF EXISTS ACT_RE_DEPLOYMENT CASCADE;
DROP TABLE IF EXISTS ACT_RE_PROCDEF CASCADE;
DROP TABLE IF EXISTS ACT_RU_IDENTITYLINK CASCADE;
DROP TABLE IF EXISTS ACT_RU_VARIABLE CASCADE;
DROP TABLE IF EXISTS ACT_RU_TASK CASCADE;
DROP TABLE IF EXISTS ACT_RU_EXECUTION CASCADE;
DROP TABLE IF EXISTS ACT_RU_JOB CASCADE;
DROP TABLE IF EXISTS ACT_RU_EVENT_SUBSCR CASCADE;
select * from ACT_GE_PROPERTY;
drop table if exists ACT_GE_PROPERTY cascade;
DROP TABLE IF EXISTS ACT_HI_PROCINST CASCADE;
DROP TABLE IF EXISTS ACT_HI_ACTINST CASCADE;
DROP TABLE IF EXISTS ACT_HI_VARINST CASCADE;
DROP TABLE IF EXISTS ACT_HI_TASKINST CASCADE;
DROP TABLE IF EXISTS ACT_HI_DETAIL CASCADE;
DROP TABLE IF EXISTS ACT_HI_COMMENT CASCADE;
DROP TABLE IF EXISTS ACT_HI_ATTACHMENT CASCADE;
drop table if exists ACT_GE_BYTEARRAY cascade;
drop table if exists ACT_RE_MODEL cascade;
drop table if exists ACT_RE_DEPLOYMENT cascade;
drop table if exists ACT_RE_PROCDEF cascade;
drop table if exists ACT_RU_IDENTITYLINK cascade;
drop table if exists ACT_RU_VARIABLE cascade;
drop table if exists ACT_RU_TASK cascade;
drop table if exists ACT_RU_EXECUTION cascade;
drop table if exists ACT_RU_JOB cascade;
drop table if exists ACT_RU_EVENT_SUBSCR cascade;
DROP TABLE IF EXISTS ACT_ID_INFO CASCADE;
DROP TABLE IF EXISTS ACT_ID_MEMBERSHIP CASCADE;
DROP TABLE IF EXISTS ACT_ID_GROUP CASCADE;
DROP TABLE IF EXISTS ACT_ID_USER CASCADE;
drop table if exists ACT_HI_PROCINST cascade;
drop table if exists ACT_HI_ACTINST cascade;
drop table if exists ACT_HI_VARINST cascade;
drop table if exists ACT_HI_TASKINST cascade;
drop table if exists ACT_HI_DETAIL cascade;
drop table if exists ACT_HI_COMMENT cascade;
drop table if exists ACT_HI_ATTACHMENT cascade;
drop table if exists ACT_ID_INFO cascade;
drop table if exists ACT_ID_MEMBERSHIP cascade;
drop table if exists ACT_ID_GROUP cascade;
drop table if exists ACT_ID_USER cascade;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册