Skip to content

Commit

Permalink
Add field to frontend schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray committed Nov 28, 2024
1 parent 6d1d99e commit 0204d4a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ const personsTable: DatabaseSchemaBatchExportTable = {
type: 'integer',
schema_valid: true,
},
created_at: {
name: 'created_at',
hogql_value: 'created_at',
type: 'datetime',
schema_valid: true,
},
},
}

Expand Down

0 comments on commit 0204d4a

Please sign in to comment.