-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbmate migration running and testing tool (#1316)
* feat: basic running of dbmate migrations from tool * feat: a nix flake app tool to run dbmate migrations and produce schema.slq files * feat: test against schema.sql per mjr vrs + tool to generate * chore: pin at development branch version of tool * docs: update docs with usage info * fix: tmp use this working branch for flakeurl * chore: cleanup of test and dbmage migration tool * chore: build this version * chore: extra-conf * chore: reinstall true * chore: test no longer needs self-hosted runner, can use ephemeral * chore: correct format of runner * chore: not longer need sudo * chore: trying to get the action to use our cache * chore: conf 2nd invocation * chore: rm var * chore: nl * chore: cleanup and remove unnecessary changes * fix: make sure to run sql for pg-stat-extensions and pg-bouncer
- Loading branch information
Showing
6 changed files
with
369 additions
and
92 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ result* | |
#IDE | ||
.idea/ | ||
.vscode/ | ||
|
||
db |
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
Oops, something went wrong.