Ver Fonte

tambahan data for_pt di pemantauan

yazid138 há 3 anos atrás
pai
commit
a97645edbd
1 ficheiros alterados com 1 adições e 0 exclusões
  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 }
   ),