View Revisions: Issue #1422

Summary 0001422: Support the ability to sync triggers without querying all of the tables' metadata.
Revision 2013-09-20 15:26 by abrougher
Description There should be a method to call sync triggers and only synchronize triggers that have been modified. When syncing triggers, it would not be necessary to query the table meta data to check for schema changes.

This should significantly increase the speed of the Sync Trigger process.

Revision 2013-09-18 17:08 by abrougher
Description There should be a method to call sync triggers and only synchronize triggers that have not been modified. When syncing triggers, it would not be necessary to query the table meta data to check for changes.

This should significantly increase the speed of the Sync Trigger process.