homie-gg / homie

1 stars 0 forks source link

fix(DB): update updated_at column #203

Closed mikewuu closed 2 months ago

mikewuu commented 2 months ago

Table updated_at columns were not being updated since the function/triggers never existed. This PR adds the function, and retroactively creates the triggers for all existing tables.