Skip to content

Commit

Permalink
Merge pull request #23 from fga-eps-mds/us17-relatorio-arq-ret
Browse files Browse the repository at this point in the history
Atualizacao do schema de usuario
  • Loading branch information
clara-ribeiro authored Jan 27, 2025
2 parents 07548f1 + dcdd35f commit b18b204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Models/userSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ const userSchema = new mongoose.Schema({
ref: "Role",
required: false,
},
situation: {
type: String,
default: "Pendente",
},
cancelDate:{

Check failure on line 29 in src/Models/userSchema.js

View workflow job for this annotation

GitHub Actions / lint

Insert `·`
type: Date,
},
justification:{

Check failure on line 32 in src/Models/userSchema.js

View workflow job for this annotation

GitHub Actions / lint

Insert `·`
type: String,
},
status: {
type: Boolean,
default: false,
Expand Down

0 comments on commit b18b204

Please sign in to comment.