2024-08-10 14:12:47 +08:00

16 lines
728 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 使用注意事项
### wflow_init.sql
本sql脚本必须导入用来初始化数据库wflow相关表会创建wflow_xxx的表
### flowable_init.sql (小写表名)
本sql脚本先不要导入项目正常启动会自动创建flowable流程引擎相关表
!!!只有当自动建表失败时才需要手动导入本脚本
### flowable_init_dx.sql (大写表名)
本sql脚本先不要导入项目正常启动会自动创建flowable流程引擎相关表
!!!只有当自动建表失败时才需要手动导入本脚本
### update.sql
随着项目的更新,数据库字段及表可能会做变更,旧版用户升级使用本表内字段,新版用户无需导入
注意上面的时间!!!