diff options
| author | Frank <[email protected]> | 2025-09-21 00:23:05 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-21 00:23:05 -0400 |
| commit | 869f629c1465e324fd76ef1098bf79efbbe78932 (patch) | |
| tree | 7b74a4d6e5f2fa2aebf788ff33cf0c7b56d4f31a /packages/console/core/src | |
| parent | a55943e469e85965d6f8eba705b797b214659420 (diff) | |
| download | opencode-869f629c1465e324fd76ef1098bf79efbbe78932.tar.gz opencode-869f629c1465e324fd76ef1098bf79efbbe78932.zip | |
wip: zen
Diffstat (limited to 'packages/console/core/src')
| -rw-r--r-- | packages/console/core/src/schema/workspace.sql.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/console/core/src/schema/workspace.sql.ts b/packages/console/core/src/schema/workspace.sql.ts index 67fddb08c..3b02d346d 100644 --- a/packages/console/core/src/schema/workspace.sql.ts +++ b/packages/console/core/src/schema/workspace.sql.ts @@ -7,7 +7,6 @@ export const WorkspaceTable = mysqlTable( id: ulid("id").notNull().primaryKey(), slug: varchar("slug", { length: 255 }), name: varchar("name", { length: 255 }), - dataShare: boolean("data_share"), ...timestamps, }, (table) => [uniqueIndex("slug").on(table.slug)], |
