This commit is contained in:
Frank
2026-08-18 23:11:12 -04:00
parent 275a28f6ae
commit 574232db5e
9 changed files with 3268 additions and 22 deletions
@@ -8,7 +8,7 @@ export const WorkspaceTable = mysqlTable(
slug: varchar("slug", { length: 255 }),
name: varchar("name", { length: 255 }).notNull(),
region: json("region").$type<("us" | "eu" | "sg" | "cn")[]>(),
allow_non_zdr: boolean(),
allow_training: boolean(),
is_blocked: boolean(),
is_flagged_by_anthropic: boolean(),
is_flagged_by_openai: boolean(),