This commit is contained in:
2019-10-23 18:06:32 +00:00
parent d0afd4a870
commit 8f422b899c
2 changed files with 2 additions and 2 deletions

View File

@@ -439,7 +439,7 @@ namespace AyaNova
if (TESTING_REFRESH_DB)
{
AyaNova.Core.License.Fetch(apiServerState, dbContext, _newLog);
Util.Seeder.SeedDatabase(Util.Seeder.SeedLevel.HugeForLoadTest, -7);//#############################################################################################
Util.Seeder.SeedDatabase(Util.Seeder.SeedLevel.SmallOneManShopTrialDataSet, -7);//#############################################################################################
}
//TESTING
#endif

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{
get
{
return "8.0.0-alpha.2019.July.24";
return "8.0.0-alpha.2019.Oct.23";
}
}