Implement persistent native A2UI chat surfaces
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE chat_conversations DROP COLUMN surface_state;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE chat_conversations ADD COLUMN surface_state TEXT;
|
||||
Reference in New Issue
Block a user