Skip to content
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

Merged
merged 11 commits into from
Sep 18, 2023

Conversation

adityathebe
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 15, 2023

E2E -

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 4d748d7.

♻️ This comment has been updated with latest results.

models/notifications.go Outdated Show resolved Hide resolved
schema/notifications.hcl Outdated Show resolved Hide resolved
@moshloop
Copy link
Member

@adityathebe can we also create Cleanup function to remove notifications older than 30d ?

@@ -51,7 +51,7 @@ jobs:

services:
postgres:
image: postgres
image: postgres:15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the bump ?

Copy link
Member Author

@adityathebe adityathebe Sep 18, 2023

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?

Copy link
Member

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

Copy link
Member Author

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.

schema/notifications.hcl Outdated Show resolved Hide resolved
@moshloop moshloop merged commit 2fc433a into main Sep 18, 2023
6 checks passed
@moshloop moshloop deleted the feat/notification-send-history branch September 18, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants