src/db/tables/featureFlags.ts uses modified_at
whereas other tables use updated_at
#3473
Labels
jira-synced
Jira task created for this
Pretty tiny nit, but… was randomly trying to grep for
knex
+.update()
statements without anupdated_at
column, but came across something possibly odd.Looks like the majority of
.update()
queries are using anupdated_at
column, it looks like featureFlags.ts might be an outlier w/modified_at
:Conversely, we can grep by
knex.fn.now()
:The text was updated successfully, but these errors were encountered: