fix(destroy): associative remove methods require the instance, they don't accept queries, so fallback to manual destroy

This commit is contained in:
Mahdi Dibaiee
2016-04-19 11:39:59 +04:30
parent 544dc23723
commit 973f63640c
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hapi-sequelize-crud",
"version": "2.0.5",
"version": "2.0.6",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {