提交 3b798170 编写于 作者: T Tom Baeyens

ACT-1333 fixing upgrade script

上级 5ecddcfe
SELECT
 execute($$
     drop table act_ge_property cascade
 $$)
WHERE
 exists
 (
   SELECT *
   FROM information_schema.tables
   WHERE table_name = 'act_ge_property'
 );
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_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.
先完成此消息的编辑!
想要评论请 注册