mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Only send notification update after a month of inactivity
A lower cadence was requested in https://github.com/Noratrieb/does-it-build/pull/10#issuecomment-3514228933
This commit is contained in:
parent
b244cf05b4
commit
491eb1604f
6 changed files with 115 additions and 54 deletions
4
migrations/20251111165945_notifications_last_update.sql
Normal file
4
migrations/20251111165945_notifications_last_update.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- Add migration script here
|
||||
|
||||
ALTER TABLE notification_issues
|
||||
ADD COLUMN "last_update_date" INTEGER NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue