소스 검색

tambahan data for_pt di pemantauan

yazid138 3 년 전
부모
커밋
a97645edbd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      model/pemantauan.model.js

+ 1 - 0
model/pemantauan.model.js

@@ -20,6 +20,7 @@ module.exports = mongoose.model(
         sampai_tanggal: Date,
       },
       for_pt: { type: Boolean, default: true },
+      for_public: { type: Boolean, default: true },
     },
     { timestamps: true }
   ),