Midburn / spark

"burn in a box" suite of services that composes everything required to run a burn event throughout the year
Apache License 2.0
18 stars 46 forks source link

Suppliers: Bad categories in backend #938

Open amotenko opened 6 years ago

amotenko commented 6 years ago

In database, supplier category enum supports types that are not supported by Spark, such as food and water. This is inconsistent with our data and probably bad. For this year we only have Moving, and Other.

image

  1. Create migration to remove unused types.
  2. Make sure front doesn't use those types somewhere.
yprez commented 6 years ago

Prod db state doesn't match the model. Trying to add migration. Old categories aren't used anywhere.