LukeBrandon / fluke

5 stars 0 forks source link

Message `updated_at` field #59

Closed LukeBrandon closed 1 year ago

LukeBrandon commented 1 year ago

We want to know the last time in which a message was updated. This can be accomplished by appending an updated_at field to the message table and updating it only when an update is done.

LukeBrandon commented 1 year ago

Completed in #60