mentdotio / ment.io

Get free mentoring and offer to mentor subjects you care about
https://ment.io
MIT License
2 stars 1 forks source link

Fix database migrations #7

Closed tommyschaefer closed 7 years ago

tommyschaefer commented 7 years ago

This change fixes some database migration errors.

First, there was some sort of trailing character on the existing up migrations (likely from copying from Slack).

Also, I added a migration to enable the pgcrypto extension in postgres. This was causing migrations to fail previously.

If this looks good to you, I will squash and merge.

Fixes #3