Skip to content

Commit

Permalink
Add warning in migration readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Sep 10, 2021
1 parent 75e4998 commit 054f366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This module migrates configs specified in `airbyte-config` to new versions.

WARNING: the file-based migrations are deprecated. Please write a Flyway migration whenever you want to update the database. See [here](../airbyte-db/lib/README.md) for details.

## Change Airbyte Configs
- Update the config json schema in [`airbyte-config/models`](../airbyte-config/models).
- Add the changed json schema to the [main resources](./src/main/resources/migrations).
Expand Down

0 comments on commit 054f366

Please sign in to comment.