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