add block field to permits and processed

This commit is contained in:
2025-06-17 15:08:20 +05:30
parent 8c490b513b
commit 4ff82dfc3a
5 changed files with 24 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ const permitSchema = new mongoose.Schema({
issuedDate: Date,
communityName: String,
lot: String,
block: String,
jobNumber: String,
startDate: Date,
history: Array,