feat: add entryScreenshots table, wattHours/tdpMax on hardware, tdpWatts/youtubeVideoId on performanceEntries
This commit is contained in:
@@ -79,9 +79,15 @@ export const performanceEntries = pgTable(
|
||||
settingsJson: jsonb("settings_json").$type<GameSettingCategory[]>(),
|
||||
userNotes: text("user_notes"),
|
||||
|
||||
// Battery estimate (minutes)
|
||||
// Battery estimate (minutes) — @deprecated: auto-computed from tdpWatts + hardware.wattHours
|
||||
estimatedBatteryMin: integer("estimated_battery_min"),
|
||||
|
||||
// TDP tracking (watts) — user-set TDP cap during benchmark
|
||||
tdpWatts: real("tdp_watts"),
|
||||
|
||||
// YouTube video linking
|
||||
youtubeVideoId: text("youtube_video_id"),
|
||||
|
||||
// Custom system flag
|
||||
customSystem: boolean("custom_system").default(false).notNull(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user