#12 - update feeds

This commit is contained in:
2025-03-11 15:25:52 +02:00
parent a76915c7fc
commit f561eb4c34
10 changed files with 131 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
-- +goose Up
ALTER TABLE feeds ADD COLUMN last_fetched_at timestamp DEFAULT null;
-- +goose Down
ALTER TABLE feeds DROP COLUMN last_fetched_at;