Aggiungere un campo "Vagliato dall'Editore" e aggiungere anche il campo "chi" e delle Note
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user