samgomena / avanti

Website for the restaurant.
https://avantiwestlinn.com
3 stars 0 forks source link

Remove `Services` from menu schema #492

Open samgomena opened 2 months ago

samgomena commented 2 months ago

Service periods are deprecated-ish (I think) there may be some places that use them still. Either way, we prefer using courses now and any references to services should be removed.

This is probably as easy as removing the field from the prisma schema, fixing any errors in the app code and then deleting the column from the database.

At the time of writing we don't have db migrations so this will have to be done manually.

samgomena commented 1 month ago

Does this work?