feat(core): expose workspace adaptors to plugins (#21927)
This commit is contained in:
parent
b8801dbd22
commit
bf50d1c028
17 changed files with 1744 additions and 42 deletions
|
|
@ -6,8 +6,8 @@ import type { WorkspaceID } from "./schema"
|
|||
export const WorkspaceTable = sqliteTable("workspace", {
|
||||
id: text().$type<WorkspaceID>().primaryKey(),
|
||||
type: text().notNull(),
|
||||
name: text().notNull().default(""),
|
||||
branch: text(),
|
||||
name: text(),
|
||||
directory: text(),
|
||||
extra: text({ mode: "json" }),
|
||||
project_id: text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue