letterbox/server/migrations/20250623193718_disable-feed.down.sql
Bill Thiede 982b5dae2f
All checks were successful
Continuous integration / Check (push) Successful in 45s
Continuous integration / Test Suite (push) Successful in 1m7s
Continuous integration / Trunk (push) Successful in 1m7s
Continuous integration / Rustfmt (push) Successful in 54s
Continuous integration / build (push) Successful in 2m36s
Continuous integration / Disallow unused dependencies (push) Successful in 2m29s
server: add disabled column to feed table
2025-06-23 13:41:11 -07:00

3 lines
83 B
SQL

-- Add down migration script here
ALTER TABLE feed DROP COLUMN IF EXISTS disabled;