Configure how many events are retained in main DDL_Events table
The installation script should allow the DBA to configure how many events (rows) are stored/retained in the DDL_Events table. As-is, the install script checks for row-count over 512, and if so, deletes the last 420 rows. This should be configurable by the DBA, especially if he/she wants to be able to examine the "raw" event data written to the table instead of / in addition to using the Dashboard GUI.

-
coach james commented
just comment out the last (3) lines and provide your own deletion method
-
Ji commented
This has been raised in more issues. I believe there are considerations mentioned by Redgate to expand on this in due course
-
Nate Johnson commented
For example, this could be done with optional-parameters on the stored-procedure RG_SQLLighthouse_WriteEvent, or a central look-up table in RedGate DB where the values could be set/updated at any time by the fastidious DBA.