ver 0.5.73:

- corretto invia monete da Conto Collettivo a Utente
- Aggiunto Provincia (tutorial).. in corso...
This commit is contained in:
Surya Paolo
2023-03-04 10:20:43 +01:00
parent 4effda98ec
commit 39cc9b66d6
4 changed files with 10 additions and 2 deletions

View File

@@ -426,6 +426,13 @@ const UserSchema = new mongoose.Schema({
{
type: Number,
}],
resid_prov_id: {
type: Number,
},
resid_province: {
type: String,
trim: true,
},
},
});