add block field to permits and processed
This commit is contained in:
@@ -67,6 +67,7 @@ const permitSchema = new mongoose.Schema({
|
||||
issuedDate: Date,
|
||||
communityName: String,
|
||||
lot: String,
|
||||
block: String,
|
||||
jobNumber: String,
|
||||
startDate: Date,
|
||||
history: Array,
|
||||
|
||||
Reference in New Issue
Block a user