# flowable-sql-mirror **Repository Path**: thinwonton/flowable-sql-mirror ## Basic Information - **Project Name**: flowable-sql-mirror - **Description**: flowable-sql mirror - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-10 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```