Fix #2
This commit is contained in:
parent
d4be174b2d
commit
68d03b6602
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const ownerSchema = mongoose.Schema({
|
|||
postal: {type: String, required: true},
|
||||
phone: {type: String},
|
||||
website: {type: String},
|
||||
country: {type: String},
|
||||
paid: {type: Boolean, required: true, default: false},
|
||||
zats: {type: Boolean, required: true, default: false}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue