uclaacm / membership-portal

The ACM Membership Portal
Mozilla Public License 2.0
8 stars 1 forks source link

Added delete to db/schema/event.js #34

Closed seijiotsu closed 5 years ago

seijiotsu commented 5 years ago

Issue #20 seemed to ask only for creating the column in the database. I'm not super familiar with Sequelize but I tried adding a delete column to the event schema. I think what's required after this is:

but I'm not sure, so please clarify if I'm wrong. I'm not very familiar with the codebase so it's possible I edited the completely wrong thing.

howardwang15 commented 5 years ago

Ya this looks perfect