This commit is contained in:
2018-10-11 20:47:44 +00:00
parent 0d52c331e7
commit 5e6a042dcf
6 changed files with 36 additions and 13 deletions

View File

@@ -365,7 +365,7 @@ namespace AyaNova
// ******************** TESTING WIPE DB *****************************
//
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
var TESTING_REFRESH_DB = true;
var TESTING_REFRESH_DB = false;//#############################################################################################
#if (DEBUG)
//TESTING
@@ -403,7 +403,7 @@ namespace AyaNova
if (TESTING_REFRESH_DB)
{
AyaNova.Core.License.Fetch(apiServerState, dbContext, _log);
Util.Seeder.SeedDatabase(Util.Seeder.SeedLevel.SmallOneManShopTrialDataSet);
Util.Seeder.SeedDatabase(Util.Seeder.SeedLevel.HugeForLoadTest);//#############################################################################################
}
//TESTING
#endif

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{
get
{
return "8.0.0-alpha.2018.10.9";
return "8.0.0-alpha.2018.10.11";
}
}