Skip to content

Commit

Permalink
Update Database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
auloin committed Nov 27, 2024
1 parent b588f7e commit ba12e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/documentation/pro/database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Another option in JobRunr Pro, is to export the SQL Scripts in Flyway or Liquiba
To do so, use the `DatabaseSqlMigrationFileProvider`:

```
java -cp jobrunr-${jobrunr.version}.jar;slf4j-api.jar org.jobrunr.storage.sql.common.DatabaseSqlMigrationFileProvider {databaseType} (-DtablePrefix=...) (-DdatabaseManager=...) (-Doutput=...)
java -cp jobrunr-${jobrunr.version}.jar org.jobrunr.storage.sql.common.DatabaseSqlMigrationFileProvider {databaseType} (-DtablePrefix=...) (-DdatabaseManager=...) (-Doutput=...)
where:
- databaseType is one of 'db2', 'h2', 'mariadb', 'mysql', 'oracle', 'postgres', 'sqlite', 'sqlserver'
- databaseManager is one of 'none', 'liquibase', 'flyway' (defaults to none)
Expand Down

0 comments on commit ba12e9a

Please sign in to comment.