Compare commits

..

1 Commits

Author SHA1 Message Date
ab74bbaa75 fix(deps): update all non-major dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 1m8s
Continuous integration / Test Suite (push) Successful in 1m46s
Continuous integration / Trunk (push) Failing after 1m27s
Continuous integration / Rustfmt (push) Successful in 38s
Continuous integration / build (push) Successful in 2m54s
Continuous integration / Disallow unused dependencies (push) Successful in 2m18s
2025-06-23 20:06:57 +00:00
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
-- Add down migration script here
ALTER TABLE feed DROP COLUMN IF EXISTS disabled;

View File

@ -1,2 +0,0 @@
-- Add up migration script here
ALTER TABLE feed ADD disabled boolean;