sails-hook-sequelize-blueprints
sails-hook-sequelize-blueprints copied to clipboard
what should i do get deleted data ?
i mainly use this hook because it was hard to use waterline with softdelete so what can i do to get the deleted rows while using
options: {
paranoid:true,
classMethods: {},
instanceMethods: {},
hooks: {}
}