civic-v2 icon indicating copy to clipboard operation
civic-v2 copied to clipboard

Make all enums into postgres enums

Open acoffman opened this issue 3 years ago • 0 comments

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

acoffman avatar Feb 26 '21 16:02 acoffman