Files
memos/store/migration/postgres/0.24/00__memo.sql
2025-11-30 13:01:24 -05:00

2 lines
76 B
SQL

-- Drop deprecated tags column.
ALTER TABLE memo DROP COLUMN IF EXISTS tags;