davidkopp / flying-dutchman

2 stars 0 forks source link

Adjust model for VIP accounting #22

Closed davidkopp closed 2 years ago

davidkopp commented 2 years ago

Current structure in models/DBLoaded.js:

{
  "account": [
        {
            "user_id": "2",
            "creditSEK" : "300"
        },
        {
            "user_id": "28",
            "creditSEK" : "450"
        }
  ]
}

Is this sufficient?

davidkopp commented 2 years ago

yes.