Explorar o código

tambahan data for_pt di pemantauan

yazid138 %!s(int64=3) %!d(string=hai) anos
pai
achega
a97645edbd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 }
   ),