Modified categories table to hold a deleted property. Added SQL statements to handle updating the deleted category so that the client can stop "deleted" categories from rendering.
Fixes #16
Type of change
[ ] New feature (non-breaking change which adds functionality)
[ ] This change requires a documentation update
Testing Instructions
Please describe the tests required to verify your changes. Provide instructions so PR Tester can check functionality. Please also list any relevant details for your tests
git fetch --allgit checkout dr-deleteCat
Run the following SQL queries:
Drop the old categories table:DROP TABLE "Categories";
Description
Modified categories table to hold a deleted property. Added SQL statements to handle updating the deleted category so that the client can stop "deleted" categories from rendering.
Fixes #16
Type of change
Testing Instructions
Please describe the tests required to verify your changes. Provide instructions so PR Tester can check functionality. Please also list any relevant details for your tests
git fetch --all
git checkout dr-deleteCat
Run the following SQL queries:
Drop the old categories table:
DROP TABLE "Categories";
Create updated table:
Add new categories:
Checkout to client side branch to test
Checklist: