4 lines
142 B
MySQL
Raw Normal View History

2025-04-18 13:20:05 +08:00
-- This file should undo anything in `up.sql`
ALTER TABLE chat_table DROP COLUMN is_sync;
ALTER TABLE chat_message_table DROP COLUMN is_sync;