This commit is contained in:
2018-12-12 18:20:15 +00:00
parent 12dc04e11c
commit 073ee7ead2
4 changed files with 86 additions and 3 deletions

View File

@@ -380,7 +380,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 = false;//#############################################################################################
var TESTING_REFRESH_DB = true;//#############################################################################################
#if (DEBUG)
//TESTING

View File

@@ -22,7 +22,7 @@ namespace AyaNova.Biz
if (string.IsNullOrWhiteSpace(dataFilter.Sort))
{
return "";
return DefaultOrderBy();
}
StringBuilder sb = new StringBuilder();

View File

@@ -22,7 +22,7 @@ namespace AyaNova.Util
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::PrepareDatabaseForSeeding WHEN NEW TABLES ADDED!!!!
private const int DESIRED_SCHEMA_LEVEL = 8;
internal const long EXPECTED_COLUMN_COUNT = 94;
internal const long EXPECTED_COLUMN_COUNT = 95;
internal const long EXPECTED_INDEX_COUNT = 20;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::PrepareDatabaseForSeeding WHEN NEW TABLES ADDED!!!!