mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-14 00:29:56 +00:00
4 lines
98 B
MySQL
4 lines
98 B
MySQL
|
|
-- This file should undo anything in `up.sql`
|
||
|
|
ALTER TABLE chat_table
|
||
|
|
ADD COLUMN summary TEXT;
|