Aggiungere un campo "Vagliato dall'Editore" e aggiungere anche il campo "chi" e delle Note

This commit is contained in:
Surya Paolo
2025-05-02 19:11:35 +02:00
parent 192fd4706c
commit 6e8d1fcff1
4 changed files with 26 additions and 19 deletions

View File

@@ -112,20 +112,6 @@ const productSchema = new Schema({
eta: {
type: String
},
verificaprod: {
esito: {
type: Number,
},
data: {
type: Date,
},
username: {
type: String,
},
note: {
type: String,
},
},
}
],
price_acquistato: {
@@ -232,6 +218,20 @@ const productSchema = new Schema({
date_updated: {
type: Date,
},
validaprod: {
esito: {
type: Number,
},
data: {
type: Date,
},
username: {
type: String,
},
note: {
type: String,
},
},
});