From bd24caca38a756a2b0d9e7943e86139b58b8d1f6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Jun 2022 01:52:50 +0000 Subject: [PATCH] --- devdocs/todo.txt | 5 +++++ server/AyaNova/util/AySchema.cs | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 45975974..d5115ed5 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -2,6 +2,11 @@ DOING: adding integration objects and routes for qbi and others + todo NEXT: Have models and schema done, now need biz object and routes + should require biz admin to install initially an integration but subsequent can use it's own roles as required + it isn't really a normal biz object so find a similar one that doesn't need to implement corebizobject stuff + unless it does for UI and controlling from admin area + giong to need an icon for this as well as translations for front end todo: document this in the developer section todo: needs a front end to show the integration log, the integrations as a collection list and openable item where it can be disabled, deleted etc needs to be available to bizadmin I guess and possibly accounting?? or should each integration control which roles see it?? diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index a1e43699..6364e7a3 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -22,16 +22,16 @@ namespace AyaNova.Util //!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!! private const int DESIRED_SCHEMA_LEVEL = 4; - internal const long EXPECTED_COLUMN_COUNT = 1359; - internal const long EXPECTED_INDEX_COUNT = 156; - internal const long EXPECTED_CHECK_CONSTRAINTS = 548; - internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 202; + internal const long EXPECTED_COLUMN_COUNT = 1375; + internal const long EXPECTED_INDEX_COUNT = 161; + internal const long EXPECTED_CHECK_CONSTRAINTS = 561; + internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 203; internal const long EXPECTED_VIEWS = 11; internal const long EXPECTED_ROUTINES = 2; //!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!! - ///////////////////////////////////////// C1359:I156:CC548:FC202:V11:R2 + ///////////////////////////////////////// C1375:I161:CC561:FC203:V11:R2 /*