Code Monitors: add db boilerplate for webhooks
Created by: camdencheek
This completes the db layer for code monitor webhooks. The schema had already been updated, so this just updates some queries and adds store methods for accessing the new tables. There is no way to create a webhook action yet, so none of this will be run outside of tests.