Describe the bug
Some tables contain created_at and updated_at columns. Values for those columns are set during insertion but updated_at is never changed upon updates.
There are probably some tables that only contain those two columns in order to be able to sort on the created_at column. In this case, we could probably ignore updating updated_at.
Here are some tables that we should update properly:
Describe the bug Some tables contain
created_at
andupdated_at
columns. Values for those columns are set during insertion butupdated_at
is never changed upon updates.There are probably some tables that only contain those two columns in order to be able to sort on the
created_at
column. In this case, we could probably ignore updatingupdated_at
.Here are some tables that we should update properly:
To Reproduce Steps to reproduce the behavior:
srv_channel_users
srv_channel_users
will be updated but not theupdated_at
columnExpected behavior This column should be updated.
Environment (please complete the following information):
On pretty much any version of Botpress