mirror of
https://github.com/willchen96/mike.git
synced 2026-07-06 22:12:10 +02:00
refactor: add table primitive and migrations by date; feat: add mcp connectors
This commit is contained in:
parent
01dfcfe0d4
commit
9a1277ba99
99 changed files with 9344 additions and 2320 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- Migration date: 2026-05-28
|
||||
|
||||
ALTER TABLE public.user_profiles
|
||||
ADD COLUMN IF NOT EXISTS title_model text,
|
||||
ADD COLUMN IF NOT EXISTS quote_model text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue