- Iscrizione Conacreis

This commit is contained in:
Paolo Arena
2021-05-10 01:50:40 +02:00
parent e05bbb39ee
commit cf97870cc7
16 changed files with 336 additions and 103 deletions

View File

@@ -112,6 +112,9 @@ const MyEventSchema = new Schema({
internal: {
type: Boolean,
},
note: {
type: String,
},
deleted: {
type: Boolean,
},