feat(i18n): extend content translation storage

This commit is contained in:
poyrazavsever
2026-07-21 12:48:46 +03:00
parent 570b0774bd
commit 206484f0eb
11 changed files with 8647 additions and 24 deletions
+1
View File
@@ -373,6 +373,7 @@ export const chatMessages = sqliteTable(
.$type<string[]>()
.default([])
.notNull(),
sourceLocale: text("source_locale"),
createdAt: integer("created_at", { mode: "timestamp_ms" }).default(nowMs).notNull(),
},
(table) => [