An open API service indexing awesome lists of open source software.

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

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
```