-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: new notification send history table #281
Conversation
@adityathebe can we also create Cleanup function to remove notifications older than 30d ? |
.github/workflows/test.yaml
Outdated
@@ -51,7 +51,7 @@ jobs: | |||
|
|||
services: | |||
postgres: | |||
image: postgres | |||
image: postgres:15 |
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.
Why the bump ?
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.
The latest is 16 so I was actually trying to downgrade it since we've been running on v15 so far.
For some reason, migration failed with v16.
What's our preferred version?
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.
It looks like all major clouds now support 15, but if we bump it from 14 to 15 here, we also need to bump it everywhere else
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.
but if we bump it from 14 to 15 here
I think this Github action has been running on 15 for quite some time now since it was the default.
But if we're running on 14 everywhere else, I'll tag this to 14 here as well.
No description provided.