set default clock on codeMonitorStore
Created by: camdencheek
When using the enterprise DB store, the new CodeMonitors method was returning a store without the injected clock set. This caused a panic when creating a code monitor (and probably doing other operations as well).
This is a very small portion of the code that is not covered by the existing tests, but it does demonstrate the need for full integration tests on code monitors.