-
Notifications
You must be signed in to change notification settings - Fork 121
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 do not work on postgres #262
Comments
Oh, and here are my java and lein versions:
|
Hi, the problem is caused by the latest Postgres driver and migratus. It's been fixed here. I just pushed out a template with luminus-migrations 0.6.7 that uses the latest migratus. Let me know if that fixes it. |
I bumbed up the luminus-migrations version to the latest and migrations now work. Thanks! |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Problem
I'm setting up a luminus project with postgresql but I can't get the database migrations to work. When I run
lein run migrate
I get the following error:Steps to reproduce:
resources/migrations/20200321171627-add-users-table.up.sql
resources/migrations/20200321171627-add-users-table.down.sql
Here are the contents of the full report:
Any help greatly appreciated!
P.S.
Big thanks for the valuable work you are doing here!
The text was updated successfully, but these errors were encountered: