This commit is contained in:
2019-05-20 22:13:46 +00:00
parent 9b91b85a64
commit f51ddd220e
2 changed files with 3 additions and 5 deletions

View File

@@ -21,13 +21,11 @@ Remove OwnerId
- Rename OwnerId to UserId for those objects that require it still
- DONE DataFilter
- EventLog
- Event object uses it see eventlog above
- DONE EventLog
- DONE Event object uses it see eventlog above
OwnerID is put on httpcontext in startup.cs, will it still be necessary?
Clean up owner ID and rules now that it's deprecated
Fix tests until they run properly
- some weirdness with an attachment test needs to be worked out as well

View File

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