Skip to content
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

migrations with verbosely numbered versions don't parse #11

Closed
robacarp opened this issue Jun 22, 2018 · 1 comment
Closed

migrations with verbosely numbered versions don't parse #11

robacarp opened this issue Jun 22, 2018 · 1 comment

Comments

@robacarp
Copy link
Contributor

Hey there, nice shard you have here. I'm converting some work based around the micrate shard and think I have a bug that can be easily fixed.

Given that I have a migration with the name "20180410163722228_create_users.sql", migrate will error out on trying to parse out the timestamp. Admittedly the timestamp is unnecessarily verbose, but that's a different issue.

How do you feel about changing this this to_i to an to_i64?

@robacarp
Copy link
Contributor Author

fantastic, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant