update
This commit is contained in:
parent
a244d98806
commit
b8998bb0bf
2 changed files with 22 additions and 5 deletions
|
|
@ -73,7 +73,7 @@ const OrganizationVersion = new Schema({
|
|||
})
|
||||
|
||||
const Organization = new Schema({
|
||||
admin_name: { type: String, required: true },
|
||||
adminName: { type: String, required: true },
|
||||
email: { type: String, required: true },
|
||||
token: { type: String, required: true },
|
||||
validationState: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue