Setting up the DB Schema to create background workers that will build webhooks
Created by: susantoscott
Future work to create background workers as outlined by this doc to find or create webhooks on GitHub repos that would subscribe to GitHub push events will be based on the DB Schema changes in this PR.
Future PRs
This is only the setup for future PRs. The next few PRs will include:
- Code that will define the behavior of the workers
- Handlers to handle dequeued records from the DB
Test Plan
- used
sg migration up
andsg migration downto 1658384388
andsg migration up
again