chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

db: Add the updated_at field to the tokens table #967

Closed tahini closed 3 weeks ago

tahini commented 1 month ago

The table was built with the onUpdateTrigger constraint, but the updated_at field is not present, so it is not possible to update the table. Also rename creation_date to created_at to match other tables.