mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove disable from models/Report.js
- we are not setting this property, and it's inclusion in this model with a default false value meant that there were no errors with seeded data, but with the data returned from the db_manipulation there was.
This commit is contained in:
parent
517963174b
commit
55f25b153c
@ -5,7 +5,6 @@ module.exports = {
|
||||
createdAt: { type: 'string', isoDate: true, default: () => new Date().toISOString() },
|
||||
updatedAt: { type: 'string', isoDate: true, default: () => new Date().toISOString() },
|
||||
rule: { type: 'string', default: 'latestReviewUpdatedAtRules' },
|
||||
disable: { type: 'boolean', default: false },
|
||||
closed: { type: 'boolean', default: false },
|
||||
belongsTo: {
|
||||
type: 'relationship',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user