memos/store/migration/postgres/0.24/00__memo.sql
2025-02-02 13:19:56 +08:00

2 lines
No EOL
76 B
SQL

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