feat: non-Steam game editing API, createdBy tracking, and source badges in search

This commit is contained in:
2026-04-29 00:16:43 +08:00
parent c6d4e7b3d1
commit b8173bd8f8
6 changed files with 1812 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ export const games = pgTable(
}>(),
lastSync: timestamp("last_sync"),
syncStatus: text("sync_status").default("pending"),
createdBy: text("created_by"),
createdAt: timestamp("created_at").defaultNow().notNull(),
updatedAt: timestamp("updated_at").defaultNow().notNull(),
},