mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
delete travel implemented
This commit is contained in:
@@ -17,7 +17,9 @@ var travelSchema = new Schema({
|
||||
phone: { type: Number },
|
||||
telegram: { type: String },
|
||||
collectivized: { type: Boolean },
|
||||
modality: { type: String } //if is an offering travel or asking for travel
|
||||
modality: { type: String }, //if is an offering travel or asking for travel
|
||||
joinedusers: { type: String },
|
||||
acceptedusers: { type: String }
|
||||
})
|
||||
module.exports = mongoose.model('travelModel', travelSchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user