flowable / flowable/flowable-engine
Spring boot starter database schema migration user
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
Hi,
We have two database users. One is `migration_user` , another is `application_user`.
We need to use `migration` user on database schema updates, migrations of flowable engine.
When application starts we need that flowable will start to use `application_user`.
Spring allows you to have liquibase datasource and main datasource, so it is easy to make.
But flowable does not have such functionality.
Could you please suggest something?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.