This commit is contained in:
@@ -378,12 +378,12 @@ namespace AyaNova
|
|||||||
lb.ValidateLocales();
|
lb.ValidateLocales();
|
||||||
|
|
||||||
#if (DEBUG)
|
#if (DEBUG)
|
||||||
Util.DbUtil.DropAndRecreateDb(_log);
|
// Util.DbUtil.DropAndRecreateDb(_log);
|
||||||
AySchema.CheckAndUpdate(dbContext, _log);
|
// AySchema.CheckAndUpdate(dbContext, _log);
|
||||||
lb.ValidateLocales();
|
// lb.ValidateLocales();
|
||||||
AyaNova.Core.License.Initialize(apiServerState, dbContext, _log);
|
// AyaNova.Core.License.Initialize(apiServerState, dbContext, _log);
|
||||||
AyaNova.Core.License.Fetch(apiServerState, dbContext, _log);
|
// AyaNova.Core.License.Fetch(apiServerState, dbContext, _log);
|
||||||
Util.Seeder.SeedDatabase(dbContext, Util.Seeder.SeedLevel.SmallOneManShopTrialDataSet);
|
// Util.Seeder.SeedDatabase(dbContext, Util.Seeder.SeedLevel.SmallOneManShopTrialDataSet);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ namespace AyaNova.Util
|
|||||||
|
|
||||||
private const int DESIRED_SCHEMA_LEVEL = 9;
|
private const int DESIRED_SCHEMA_LEVEL = 9;
|
||||||
|
|
||||||
internal const long EXPECTED_COLUMN_COUNT = 69;
|
internal const long EXPECTED_COLUMN_COUNT = 76;
|
||||||
internal const long EXPECTED_INDEX_COUNT = 14;
|
internal const long EXPECTED_INDEX_COUNT = 15;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user