act_ge_property.sql 1.34 KB
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9 10 11 12 13
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('batch.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('cfg.execution-related-entities-count', 'true', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('cfg.task-related-entities-count', 'true', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('common.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('entitylink.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('eventsubscription.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('identitylink.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('job.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('next.dbid', '1', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('schema.history', 'create(6.7.0.0)', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('task.schema.version', '6.7.0.0', 1);
INSERT INTO `act_ge_property`(`NAME_`, `VALUE_`, `REV_`) VALUES ('variable.schema.version', '6.7.0.0', 1);