mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
bafd327b6b
* feat: agent browser * chore: complete docker and action config * feat: more actions * feat: browser tab switch * fix: browser build * fix: lint * fix: migrations
6 lines
206 B
SQL
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;
|