You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 anto_i64
?The text was updated successfully, but these errors were encountered: