Bug #71287 CodeGeneration of Migrations with ASP.NET Identity 1.0
Submitted: 4 Jan 2014 9:29 Modified: 5 Mar 2014 22:20
Reporter: Maik Sch Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:6.8.3 OS:Any
Assigned to: Roberto Ezequiel Garcia Ballesteros CPU Architecture:Any

[4 Jan 2014 9:29] Maik Sch
Description:
The CodeGenerator does not generate the indexes and foreign keys in Up() whereas they are generated in Down()

How to repeat:
Download Sample from
https://skydrive.live.com/redir?resid=BF27C7B5BD6C1E6!428&authkey=!ABZ5VpTnD6AlOWM&ithint=...

Compile

Delete already created Migration InitialCreate.

Add new Migration
[5 Mar 2014 22:20] Daniel So
Added an entry to the Connector/Net 6.7.5 and 6.8.4 changelogs:

"During migrations with ASP.NET Identity 1.0 in Visual Studio, the code generator did not generate the indexes and foreign keys in the Up() class."