lobehub/packages/database/migrations/0048_add_editor_data.sql
Shinji-Li 3f95d1c34a
🔨 chore: add editor_data in agents db (#10448)
* feat: add editor_data in agents db

* fix: add if exists sql

* fix: change the schema
2025-11-27 13:09:05 +08:00

1 line
No EOL
66 B
SQL

ALTER TABLE "agents" ADD COLUMN IF NOT EXISTS "editor_data" jsonb;