This commit is contained in:
@@ -28,6 +28,7 @@ Once that is done then can steam ahead on the biz objects but until I have the c
|
|||||||
IMMEDIATE ITEMS:
|
IMMEDIATE ITEMS:
|
||||||
================
|
================
|
||||||
|
|
||||||
|
- Testing issue with event log tests, see the test for details
|
||||||
|
|
||||||
- Search and search text indexing
|
- Search and search text indexing
|
||||||
- Create a test for search that searches the widgets LOREM text
|
- Create a test for search that searches the widgets LOREM text
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ namespace AyaNova
|
|||||||
// ******************** TESTING WIPE DB *****************************
|
// ******************** TESTING WIPE DB *****************************
|
||||||
//
|
//
|
||||||
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
|
//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)
|
#if (DEBUG)
|
||||||
//TESTING
|
//TESTING
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ namespace AyaNova.Util
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
log.LogInformation("SEEDER: SeedDatabase, level is: " + slevel.ToString());
|
log.LogInformation("SEEDER: Seed data level - " + slevel.ToString());
|
||||||
|
|
||||||
//Only allow this in a trial database
|
//Only allow this in a trial database
|
||||||
if (!AyaNova.Core.License.ActiveKey.TrialLicense)
|
if (!AyaNova.Core.License.ActiveKey.TrialLicense)
|
||||||
|
|||||||
Reference in New Issue
Block a user