Skip to content

Commit

Permalink
Update database migrations doc
Browse files Browse the repository at this point in the history
  • Loading branch information
auloin committed Dec 19, 2024
1 parent 70eb9d1 commit 1422c3f
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 @@ -28,7 +28,7 @@ org.jobrunr.database.migration.username={ddl-user-name}
org.jobrunr.database.migration.password={ddl-user-password}
```

## User managed Database Migrations
## Take full control over Database Migrations

If you are not allowed to have a user using DDL rights at runtime or if due to company policies, you cannot have JobRunr do the migrations for you, there are several options which we will discuss below. If you manually take control of your migrations, please note that new releases of JobRunr may introduce changes to the database schema. It is then up to you to make sure that all the necessary database changes are applied.

Expand Down

0 comments on commit 1422c3f

Please sign in to comment.