Don't drop database from now on
This commit is contained in:
@@ -7,7 +7,7 @@ using NLog;
|
|||||||
|
|
||||||
namespace LeafWeb.Core.DAL
|
namespace LeafWeb.Core.DAL
|
||||||
{
|
{
|
||||||
public class LeafWebInitializer : DropCreateDatabaseIfModelChanges<LeafWebContext>
|
public class LeafWebInitializer : CreateDatabaseIfNotExists<LeafWebContext>
|
||||||
{
|
{
|
||||||
private const string ContentDirectory = @"DAL\InitialData\";
|
private const string ContentDirectory = @"DAL\InitialData\";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user