- i filtri non venivano correttamente salvati sui cookies (compariva null e -100)

- aggiunte tabelle accounts e circuits e movements
This commit is contained in:
Paolo Arena
2022-05-08 00:09:59 +02:00
parent b276a6185f
commit 7b61734aef
5 changed files with 27 additions and 4 deletions

View File

@@ -26,6 +26,12 @@ const MovementSchema = new Schema({
accountToId: {
type: Number,
},
causal_table: {
type: String,
},
causal_IdRec: {
type: String,
},
amount: {
type: Number,
},