Page 1 of 1

Can't delete FK with EFCore

Posted: Thu 15 Sep 2016 06:55
by seb1487
Hi Shalex,
EFCore can not delete FK from Oracle with migrations. The FK by CREATE TABLE has no name, so they can not be deleted.

Democode can be downloaded here.

Re: Can't delete FK with EFCore

Posted: Thu 15 Sep 2016 13:16
by Shalex
Thank you for the test project. We have reproduced the issue and are investigating it. We will notify you about the result.

Re: Can't delete FK with EFCore

Posted: Thu 22 Sep 2016 14:00
by seb1487
Hi Shalex,
it works with 9.1.111

Re: Can't delete FK with EFCore

Posted: Thu 22 Sep 2016 16:12
by Shalex
Thank you for your feedback.

JIC
The behaviour is changed: FK constraints within CREATE TABLE are named now in Code-First Migrations starting from v9.1.111.