diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 2126c71e..4a175db5 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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 diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index a88e6fd9..89417b45 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -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!!!!