mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-10-29 09:01:05 +00:00
4 lines
100 B
MySQL
4 lines
100 B
MySQL
|
|
-- This file should undo anything in `up.sql`
|
||
|
|
ALTER TABLE chat_message_table DROP COLUMN metadata;
|
||
|
|
|