forked from engineering/cloudservices
Merge branch 'master' of gitlab.libraryofcode.org:engineering/cloudservices-rewrite
commit
6f0741b03b
|
@ -16,7 +16,7 @@ export interface AccountInterface extends Document {
|
|||
engineer: boolean
|
||||
},
|
||||
root: boolean
|
||||
ssInit: boolean
|
||||
hash: string
|
||||
}
|
||||
|
||||
const Account: Schema = new Schema({
|
||||
|
@ -35,7 +35,7 @@ const Account: Schema = new Schema({
|
|||
engineer: Boolean,
|
||||
},
|
||||
root: Boolean,
|
||||
ssInit: Boolean,
|
||||
hash: String,
|
||||
});
|
||||
|
||||
export default model<AccountInterface>('Account', Account);
|
||||
|
|
Loading…
Reference in New Issue