https://github.com/flowable/flowable-sql
Project to create SQL scripts for the Flowable engines
https://github.com/flowable/flowable-sql
Last synced: 19 days ago
JSON representation
Project to create SQL scripts for the Flowable engines
- Host: GitHub
- URL: https://github.com/flowable/flowable-sql
- Owner: flowable
- License: apache-2.0
- Created: 2019-03-14T07:35:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T09:18:17.000Z (6 months ago)
- Last Synced: 2025-08-21T11:44:11.415Z (6 months ago)
- Language: Java
- Size: 1.05 MB
- Stars: 52
- Watchers: 10
- Forks: 70
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is used to generate the static SQL for Flowable Open Source.
To generate the SQL, the following script should be executed:
```shell
./generate-sql.sh
```
e.g., For the upgrade from 7.1.0 to 7.2.0 the following command should be executed:
```shell
./generate-sql.sh 7.1.0.2 7.1.0 7.2.0-SNAPSHOT
```