Stubbing out workorder

This commit is contained in:
2020-05-03 23:53:16 +00:00
parent db5d1f627a
commit 0c1b6fce04
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ namespace AyaNova.Util
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
private const int DESIRED_SCHEMA_LEVEL = 11;
internal const long EXPECTED_COLUMN_COUNT = 258;
internal const long EXPECTED_INDEX_COUNT = 119;
internal const long EXPECTED_COLUMN_COUNT = 259;
internal const long EXPECTED_INDEX_COUNT = 118;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!