mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
1
packages/db/migrations/0167_confused_gorilla_man.sql
Normal file
1
packages/db/migrations/0167_confused_gorilla_man.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TYPE "public"."usage_log_source" ADD VALUE 'workspace-chat' BEFORE 'mcp_copilot';
|
||||
13688
packages/db/migrations/meta/0167_snapshot.json
Normal file
13688
packages/db/migrations/meta/0167_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2122,6 +2122,7 @@ export const usageLogSourceEnum = pgEnum('usage_log_source', [
|
||||
'workflow',
|
||||
'wand',
|
||||
'copilot',
|
||||
'workspace-chat',
|
||||
'mcp_copilot',
|
||||
'mothership_block',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user