pegro

Results 1 issues of pegro

```tbl_ticket_state``` has a column _sort_ to store the order of the ticket states. [PostgreSQL supports native ordering of enumeration types](https://www.postgresql.org/docs/10/static/datatype-enum.html#id-1.5.7.15.6) and relies on the order of the values when the...

✨ enhancement