* store to db * no warning in context * warning in frontend * remove log * 100kb + alert * update sqlx * update eeref * Update ee-repo-ref.txt * cleaning --------- Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
5 lines
87 B
SQL
5 lines
87 B
SQL
-- Add down migration script here
|
|
|
|
-- Drop table
|
|
DROP TABLE IF EXISTS ai_agent_memory;
|