Summary |
0006891: When adding tables to replication via the web console, add foreign key parent tables and tell the user |
|
Revision |
2025-05-21 13:15 by emiller |
|
Description |
When adding tables to replication via the web console, if any of the tables have a foreign key parent table that is not configured for replication and not being added, add the parent table and tell the user. This will help prevent foreign key constraint errors once data starts replicating. Add an "Include Foreign Key Parent Table" checkbox to allow the user to prevent this check if necessary. |
|
Revision |
2025-05-16 12:29 by emiller |
|
Description |
When adding tables to replication via the web console, if any of the tables have a foreign key parent table that is not configured for replication and not being added, ask the user to add the parent table. This will help prevent foreign key constraint errors once data starts replicating. |