fix: persist a2ui surfaces in the database for chats to re-hydrate on
opening an old chat, unless manually dismissed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule BDS.Repo.Migrations.AddChatConversationSurfaceState do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:chat_conversations) do
|
||||
add :surface_state, :text
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user