mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
82489: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 82466: ACE-2276 : Update Activiti - enterprise upgrade scripts and schema ref files for activiti 5.16.2. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
--
|
||||
-- Title: Upgraded Activiti tables to 5.16.2 version
|
||||
-- Title: Upgraded Activiti tables from 5.14 to 5.16.2 version
|
||||
-- Database: PostgreSQL
|
||||
-- Since: V5.0 Schema 8002
|
||||
-- Author: Mark Rogers
|
||||
-- Since: V5.0 Schema 8004
|
||||
-- Author: Pavel Yurkevich
|
||||
--
|
||||
-- Please contact support@alfresco.com if you need assistance with the upgrade.
|
||||
--
|
||||
-- Upgraded Activiti tables to 5.16.2 version
|
||||
-- Upgraded Activiti tables from 5.14 to 5.16.2 version, sql statements were copied from original activiti jar file.
|
||||
|
||||
alter table ACT_RU_TASK
|
||||
add CATEGORY_ varchar(255);
|
||||
@@ -69,6 +69,8 @@ alter table ACT_HI_TASKINST
|
||||
alter table ACT_HI_ACTINST
|
||||
alter column ASSIGNEE_ TYPE varchar(255);
|
||||
|
||||
update ACT_GE_PROPERTY set VALUE_ = '5.15.1' where NAME_ = 'schema.version';
|
||||
|
||||
alter table ACT_RU_TASK
|
||||
add FORM_KEY_ varchar(255);
|
||||
|
||||
@@ -92,15 +94,20 @@ create table ACT_EVT_LOG (
|
||||
|
||||
update ACT_GE_PROPERTY set VALUE_ = '5.16' where NAME_ = 'schema.version';
|
||||
|
||||
alter table ACT_HI_PROCINST
|
||||
add NAME_ varchar(255);
|
||||
|
||||
update ACT_GE_PROPERTY set VALUE_ = '5.16.1' where NAME_ = 'schema.version';
|
||||
update ACT_GE_PROPERTY set VALUE_ = '5.16.2' where NAME_ = 'schema.version';
|
||||
|
||||
--
|
||||
-- Record script finish
|
||||
--
|
||||
DELETE FROM alf_applied_patch WHERE id = 'patch.db-Activiti-5.16.2';
|
||||
DELETE FROM alf_applied_patch WHERE id = 'patch.db-V5.0-upgrade-to-activiti-5.16.2';
|
||||
INSERT INTO alf_applied_patch
|
||||
(id, description, fixes_from_schema, fixes_to_schema, applied_to_schema, target_schema, applied_on_date, applied_to_server, was_executed, succeeded, report)
|
||||
VALUES
|
||||
(
|
||||
'patch.db-Activiti-5.16.2', 'Manually executed script upgrade V5.0: Upgraded Activiti tables to 5.16.2 version',
|
||||
0, 8001, -1, 8002, null, 'UNKNOWN', ${TRUE}, ${TRUE}, 'Script completed'
|
||||
'patch.db-V5.0-upgrade-to-activiti-5.16.2', 'Manually executed script upgrade V5.0: Upgraded Activiti tables to 5.16.2 version',
|
||||
0, 8003, -1, 8004, null, 'UNKNOWN', ${TRUE}, ${TRUE}, 'Script completed'
|
||||
);
|
Reference in New Issue
Block a user