mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 01:04:22 +01:00
big format
This commit is contained in:
@@ -10,5 +10,8 @@ export const ProviderTable = mysqlTable(
|
||||
provider: varchar("provider", { length: 64 }).notNull(),
|
||||
credentials: text("credentials").notNull(),
|
||||
},
|
||||
(table) => [...workspaceIndexes(table), uniqueIndex("workspace_provider").on(table.workspaceID, table.provider)],
|
||||
(table) => [
|
||||
...workspaceIndexes(table),
|
||||
uniqueIndex("workspace_provider").on(table.workspaceID, table.provider),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user