View Revisions: Issue #5403

Summary 0005403: Missing PK warning doesn't go away if the related trigger is deleted
Revision 2022-08-12 19:10 by emiller
Description If a trigger is configured for a table that lacks a PK, a warning message appears on the Configure Table Triggers screen. After deleting the problematic trigger, this message remains visible on the screen until the trigger history cache is refreshed.
Revision 2022-08-12 17:58 by emiller
Description After deleting a trigger from sym_trigger, its sym_trigger_hist entry should have its inactive_time set to the current timestamp if auto.sync.triggers.after.config.change=true. Currently, this doesn't happen.