Replies: 1 comment
-
Not sure if this would be of use: #1294 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm happily using golang-migrate currently (as a library) to carry my migration needs. For a particular case, I need to store the migration version outside of the database that has to be migrated, or in a file.
I can't find any way with the current release to do that (neither did I find any other tool able to). So I'm going to fork golang-migrate to implement this. My idea is to introduce a VersionDrv struct (similar in spirit to DatabaseDrv or SourceDrv) to define how to handle version storage.
If you think that it's something that should be integrated in official release, let me know; I will submit a PR to do so. I will accept also any suggestions about the way to implement this accordingly with current architecture guidelines.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions