StPfeffer / rusty-roads

A simple route manager application written in Rust
MIT License
0 stars 0 forks source link

Feature Request: Added Database Triggers #102

Closed StPfeffer closed 2 weeks ago

StPfeffer commented 2 weeks ago

Description

Created triggers to handle the updated_at columns on many tables. Created a trigger to handle the ended_at column in the routes table when the route status changes to FINISHED.

Type of change

Checklist