-
Notifications
You must be signed in to change notification settings - Fork 47
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
EF Migrations #1
Comments
Sqlite - not a problem. I'll use PostgreSQL that provided by Heroku :) |
Actually it does not works. |
I don't know whether the I just tested it using hard-coding ConnectionString, and it seems to work. |
I tried with this and unfortunately it seems that I cannot attach to the postgresql instance due to ssl being off. And when enabling it te certificate is not accepted. |
@mattiascibien I have an solution for Heroku.
After that you can use this code in ConfigureServices method
Full working example here |
Hello.
What is best way for working with EF migrations with this buildpack?
The text was updated successfully, but these errors were encountered: