-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move to common Ory migration helpers
This patch brings Ory Keto SQL migrations in line with CLI patterns from Kraots and Hydra. BREAKING CHANGE: Please update your migration scripts: ```patch - keto migrate up + keto migrate sql up - keto migrate down 2 + keto migrate sql down --steps 2 - keto migrate status + keto migrate sql status ```
- Loading branch information
Showing
10 changed files
with
171 additions
and
351 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.