Agilis-Ingenium / database

✅ The codebase for the PostgreSQL database. :elephant:
https://www.elephantsql.com/
0 stars 0 forks source link

Remove ENUM Fields #16

Closed Warren-Byron closed 1 year ago

Warren-Byron commented 1 year ago

Taken a decision that ENUMs between Kotlin and Postgres is not easy to implement and the benefits of the ENUM on the database are not that significant...

https://github.com/Agilis-Ingenium/database/blob/3577d94d3c436abb2859320808bd30ecf2e9e3fd/img/Screenshot%202023-10-26%20at%2011.58.30.png

Warren-Byron commented 1 year ago

These have been removed...

Maybe try control values from the Kotlin code side

May revisit this issue

DB Code refactored and works