This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user