levibostian / ExpressjsBlanky

Blank Express.js project to get up and running FAST.
MIT License
7 stars 0 forks source link

Make onDelete cascade the default #22

Closed levibostian closed 4 years ago

levibostian commented 4 years ago

Done, somewhat. I added to the expressjsblanky models onDelete: CASCADE. I usually copy/paste models when I create new models. This is a good start.