This commit is contained in:
2018-09-27 23:02:54 +00:00
parent ce91f7fadb
commit 70fc47177f
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ Once that is done then can steam ahead on the biz objects but until I have the c
IMMEDIATE ITEMS:
================
- Testing issue with event log tests, see the test for details
- Search and search text indexing
- Create a test for search that searches the widgets LOREM text

View File

@@ -363,7 +363,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

View File

@@ -32,7 +32,7 @@ namespace AyaNova.Util
try
{
log.LogInformation("SEEDER: SeedDatabase, level is: " + slevel.ToString());
log.LogInformation("SEEDER: Seed data level - " + slevel.ToString());
//Only allow this in a trial database
if (!AyaNova.Core.License.ActiveKey.TrialLicense)