EF Code First (CTP5) IDatabaseIntializer that only recreates tables
1.0.2
Adds a IDatabaseInitializer implementation for EF Code First CTP5, as a workaround for situations where you need to update the tables, but can't recreate the database. Works with AppHabor. To use simply set the DontDropDbJustCreateTablesIfModelChanged class as IDatabaseInitializer with DbDatabase.SetInitializer.
To install EF Code First (CTP5) IDatabaseIntializer that only recreates tables, run the following command in the Package Manager Console
PM> Install-Package EFCodeFirst.CreateTablesOnly
Owners
Authors
Dependencies
| Id | Version Range |
|---|---|
| WebActivator | (≥ 1.4) |
| EntityFramework | (≥ 4.1.10311.0) |
Version History
| Version | Downloads | Last updated |
|---|---|---|
| EF Code First (CTP5) IDatabaseIntializer that only recreates tables 1.0.2 | 3871 | Wednesday, March 16, 2011 |
| EF Code First (CTP5) IDatabaseIntializer that only recreates tables 1.0.1 | 47 | Wednesday, March 16, 2011 |
| EFCodeFirst.CreateTablesOnly 1.0.0 | 134 | Tuesday, March 01, 2011 |