Skip to content

Commit

Permalink
Update productFactory.server.model.js
Browse files Browse the repository at this point in the history
  • Loading branch information
idfr authored Nov 28, 2022
1 parent 4638903 commit b4f7208
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/products/server/models/productFactory.server.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,9 @@ const _defaultProductSchema = {
type: Number
}
],
isActivityProvider: {
type: Boolean
},
activityProvider: {
type: String
},
Expand Down Expand Up @@ -1842,6 +1845,10 @@ const _defaultProductSchema = {
type: String,
trim: true
},
referencesCartographiques: {
type: String,
trim: true
},
altitudeMaximum: {
type: Number
},
Expand Down

0 comments on commit b4f7208

Please sign in to comment.