aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/schema.ts')
-rw-r--r--packages/db/schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/schema.ts b/packages/db/schema.ts
index 8b0385c3..7f741bb2 100644
--- a/packages/db/schema.ts
+++ b/packages/db/schema.ts
@@ -93,7 +93,7 @@ export const users = sqliteTable("user", {
"camelCase",
"as-generated",
],
- }).default("lowercase-hyphens"),
+ }).default("titlecase-spaces"),
inferredTagLang: text("inferredTagLang"),
});