ski-climb / job-tracker

0 stars 0 forks source link

user can delete a job #2

Closed ski-climb closed 7 years ago

ski-climb commented 7 years ago

Since no other tables point to a job as a foreign key (until Comments are made that is), deleting a job will just remove that one record from the database. Once jobs have comments though, deleting that job should also delete all comments associated with that job.