Files
memos/store/migration/mysql/0.24/00__memo.sql
T
2026-07-02 19:14:14 +08:00

2 lines
70 B
SQL

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