EF Core 1.1
Hi,
I've been able to get my Core 1.1 app to deploy, however, the migrations don't appear to run to initialize the database. Are there any additional configurations needed to get this to work?
Thanks.
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by rune on 24 Aug, 2017 07:43 PM
Hi,
Are the migrations running locally and, if they do, how do you configure the database?
On a related note: AppHarbor doesn't currently implement connection string replacement logic if you're running with a SQL server add-on, so you might have to initialize the database from your code by using the inject configuration variables (e.g.
SQL_SERVER_CONNECTIONSTRING).Best,
Rune
kaiser51 closed this discussion on 24 Dec, 2017 01:59 AM.