-
Notifications
You must be signed in to change notification settings - Fork 210
Add date alongside release version #2847
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
base: master
Are you sure you want to change the base?
Conversation
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.
nice improvement!
( just running just sqlx-prepare
should fix the issues, I could also do it if you're not sure )
869baf7
to
4ae85c8
Compare
Well I did it (or thought I did). Let's see if I didn't fail it this time. |
4ae85c8
to
29fe7a6
Compare
29fe7a6
to
be10101
Compare
Seems like it's still wrong. Do I need something else apart from |
migrations applied in your local database? |
Everything applied, migrations done. It still generates the same file I uploaded here. |
that's super odd, I don't like how this happens sometimes to devs. I think I remember one occasion where I had a similar issue, and solved it by using a fresh database, running the migrations, and then trying it. |
Fixes #2845.
The result looks like this:
@syphar: I also commited sqlx files but not sure if I should have.