Fix schema mismatch (#3510)

Co-authored-by: Theodore Li <theo@sim.ai>
This commit is contained in:
Theodore Li
2026-03-10 17:31:25 -07:00
committed by GitHub
parent 2587406b2a
commit 5a86b4e979
4 changed files with 13698 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TYPE "public"."usage_log_source" ADD VALUE 'workspace-chat' BEFORE 'mcp_copilot';

File diff suppressed because it is too large Load Diff

View File

@@ -1163,6 +1163,13 @@
"when": 1773042085248,
"tag": "0166_windy_lockjaw",
"breakpoints": true
},
{
"idx": 167,
"version": "7",
"when": 1773188556477,
"tag": "0167_confused_gorilla_man",
"breakpoints": true
}
]
}
}

View File

@@ -2122,6 +2122,7 @@ export const usageLogSourceEnum = pgEnum('usage_log_source', [
'workflow',
'wand',
'copilot',
'workspace-chat',
'mcp_copilot',
'mothership_block',
])