mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-01 05:18:08 +00:00

* chore: implement menu * chore: gather metadata * chore: update client api * chore: stream metadata * chore: save metadata * chore: update client api * chore: adjust UI * chore: fmt
4 lines
100 B
SQL
4 lines
100 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE chat_message_table DROP COLUMN metadata;
|
|
|