Skip to content
Snippets Groups Projects
Commit be7f2982 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

[ci skip]Add origin identification to user model

parent 73f3c245
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!73Workerpool feature
Pipeline #
......@@ -61,6 +61,11 @@ var UserSchema = new Schema({
createdAt: {
type: Date,
default: Date.now
},
origin: {
type: String,
enum: ['LDE', 'SimCAQ'],
required: true
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment