-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db: update the database layer to support alerts #1116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM
oh yeah, after every database change, you want to run:
That'll run the |
5a5bc1e
to
0d9dc05
Compare
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely and upgrade from the db schema side
The following PR will include the database changes related to implementing alerts and any refactoring around that.
The goal of this is to update and apply the database changes without breaking any existing functionality and without introducing anything new in terms of features yet.
Fixes: #1114