Files
Memoh/db/migrations/0027_browser_contexts.down.sql
T
Acbox Liu bafd327b6b feat: agent browser (#200)
* feat: agent browser

* chore: complete docker and action config

* feat: more actions

* feat: browser tab switch

* fix: browser build

* fix: lint

* fix: migrations
2026-03-07 15:06:00 +08:00

6 lines
206 B
SQL

-- 0027_browser_contexts (rollback)
-- Remove browser_context_id from bots and drop browser_contexts table
ALTER TABLE bots DROP COLUMN IF EXISTS browser_context_id;
DROP TABLE IF EXISTS browser_contexts;