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

Compatibility with Crystal 0.33.0 #52

Closed
Whaxion opened this issue Feb 16, 2020 · 0 comments
Closed

Compatibility with Crystal 0.33.0 #52

Whaxion opened this issue Feb 16, 2020 · 0 comments

Comments

@Whaxion
Copy link
Contributor

Whaxion commented Feb 16, 2020

This line use Time.now which is now incompatible with Crystal 0.33.0.
Should be replaced by Time.local or Time.utc

migration_file = Micrate.create(ARGV.shift, Micrate.migrations_dir, Time.now)

drujensen added a commit that referenced this issue Feb 16, 2020
fix: #52 Compatibility with Crystal 0.33.0
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