feat: add duration field to dataset entries and update related components for display and processing
This commit is contained in:
@@ -15,6 +15,7 @@ export const dataset_entry = sqliteTable('dataset_entry', {
|
||||
fileName: text('file_name').notNull(),
|
||||
dialect: text('dialect').notNull(),
|
||||
iteration: integer('iteration').notNull(),
|
||||
durationMs: integer('duration_ms'),
|
||||
createdAt: integer('created_at', { mode: 'timestamp' })
|
||||
.notNull()
|
||||
.default(sql`(unixepoch())`),
|
||||
|
||||
Reference in New Issue
Block a user