Poll doesn't need to saveBackups except in the poll editor.
This commit is contained in:
parent
54f55b1f9d
commit
652fb3cd3f
1 changed files with 0 additions and 1 deletions
|
@ -5,4 +5,3 @@ module.exports = class Poll extends CocoModel
|
||||||
@className: 'Poll'
|
@className: 'Poll'
|
||||||
@schema: schema
|
@schema: schema
|
||||||
urlRoot: '/db/poll'
|
urlRoot: '/db/poll'
|
||||||
saveBackups: true
|
|
||||||
|
|
Reference in a new issue