View Revisions: Issue #5198
Summary | 0005198: Clean up the consistent use of table constants for registration, trigger installation, extract, and export | ||
---|---|---|---|
Revision | 2022-01-19 14:06 by elong | ||
Description | Clean up the services and console code to use the constants consistently. Unify the table constants for open source and console tables and centralize the following: - Which tables are configuration tables for registration - Which configuration tables are excluded from the registration batch - Which configuration tables are excluded from change capture - Which configuration tables are excluded from export This should fix the following issues: - Export of CSV and SQL should be consistent with same tables - Removes the repeating of tables in configuration export because of duplicate constants and a race condition - Removes trigger hist records for tables that weren't supposed to be included |
||
Revision | 2022-01-19 13:59 by elong | ||
Description | Unify the table constants for open source and console tables and centralize the following: - Which tables are configuration tables for registration - Which configuration tables are excluded from the registration batch - Which configuration tables are excluded from change capture - Which configuration tables are excluded from export Clean up the services and console code to use the constants consistently |