memos/store/migration/mysql/0.24/00__memo.sql
2025-02-01 11:19:36 +08:00

2 lines
No EOL
70 B
SQL

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