This commit is contained in:
2019-11-28 23:30:25 +00:00
parent 8e8406ba87
commit f1128e722e
5 changed files with 12 additions and 8 deletions

View File

@@ -41,6 +41,9 @@ namespace AyaNova.Util
Other indexes should be created with care and after a huge load and integration test periodically look for unused indexes and see how they are performing
see core-performance.txt for the relevant queries to view this info
***************************** WARNING: Be careful here, if a standard field is hideable and also it's DB SCHEMA is set to NON NULLABLE then the CLIENT end needs to set a default
***************************** Otherwise the hidden field can't be set and the object can't be saved EVER
*/
static int startingSchema = -1;
@@ -255,7 +258,7 @@ namespace AyaNova.Util
setSchemaLevel(++currentSchema);
}
//////////////////////////////////////////////////
//DATAFILTER table
if (currentSchema < 7)