civic-v2
civic-v2 copied to clipboard
Make all enums into postgres enums
Right now we have two types of enums:
- implicit enums (status columns) where its a string with a constrained number of allowable values
- explicit enums in rails that map int columns in postgres to strings in the backend
We should port all instances of these to postgres enums