wmiys / api.alpha

Api for the the backend
0 stars 0 forks source link

[products]: remove half day pricing #147

Closed rrickgauer closed 2 years ago

rrickgauer commented 2 years ago

Remove all the price_half fields from the code.

rrickgauer commented 2 years ago

SQL Changes

Remove price_half from:

Instead of just removing the sql field in the Products.sql file, add to the bottom of it:

ALTER TABLE Products DROP COLUMN price_half;

Add a comment with the issue number and date above the change.