-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqitch integration #386
base: main
Are you sure you want to change the base?
Sqitch integration #386
Conversation
Expressionless-Ball-Thing
commented
Sep 24, 2023
•
edited
Loading
edited
- Added an sqitch container to the code.
- Ported all current Postgres scripts into the new sqitch folder.
- placed a link to the sqitch documentation
… files into it, along with scripts to interact with sqitch, no idea if it works.
Why is the git diff so large? Did you change the line ending or smth? |
Well, I was working on this locally with Windows, one of the frontend folder's has a space in its pathname, which freaked Windows out. So I have to manually copy and post everything in that folder, which might explain why the git diff is so large. Also, because of this, I can't even switch branch back to main. Because Windows will go "uhh.... there's a space bar in one of the folder's path name, I don't like it because I don't know how to interpret that, so no, I am not gonna switch your branch." |
maybe let's wait for this to be merged |
#385 has been merged |
Now that that PR has been merged you should revert a lot of the unrelated changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you link some documentation on how exactly to use this migration system? Or create some documentation outlining how its meant to be used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this anymore? now that we're using sqitch for migrations we dont need that python migration system