Skip to content

changsongyang/flowable-sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is used to generate the static SQL for Flowable Open Source. To generate the SQL, the following script should be executed:

./generate-sql.sh <previosDbVersion> <previousFlowableVersion> <targetFlowableVersion>

e.g., For the upgrade from 7.1.0 to 7.2.0 the following command should be executed:

./generate-sql.sh 7.1.0.2 7.1.0 7.2.0-SNAPSHOT

About

Project to create SQL scripts for the Flowable engines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.5%
  • SQLPL 15.9%
  • PLSQL 10.4%
  • TSQL 5.9%
  • Shell 1.3%