Open pierre opened 2 years ago
It would be helpful to understand how stale the data is. To do so, we could update all tables to have a refreshed_at datetime not null column, which would be populated each time a row is created or updated.
refreshed_at datetime not null
It would be helpful to understand how stale the data is. To do so, we could update all tables to have a
refreshed_at datetime not null
column, which would be populated each time a row is created or updated.