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