Closed tommyschaefer closed 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.
pgcrypto
If this looks good to you, I will squash and merge.
Fixes #3
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