Added posts and categories
This commit is contained in:
@@ -11,6 +11,9 @@ let User = new Schema({
|
||||
},
|
||||
password: {
|
||||
type: String
|
||||
},
|
||||
permission: {
|
||||
type: Number
|
||||
}
|
||||
}, {
|
||||
collection: 'users'
|
||||
|
||||
Reference in New Issue
Block a user