add block field to permits and processed
This commit is contained in:
@@ -65,6 +65,10 @@ const processedSchema = new mongoose.Schema({
|
||||
lastUpdateDate: Date,
|
||||
statusUpdated: Date,
|
||||
issuedDate: Date,
|
||||
communityName: String,
|
||||
lot: String,
|
||||
block: String,
|
||||
jobNumber: String,
|
||||
transferDate: Date,
|
||||
history: Array,
|
||||
}).index({ tenantId: 1, permitNumber: 1 }, { unique: true });
|
||||
|
||||
Reference in New Issue
Block a user