Closed hanneskod closed 7 years ago
Encountered an error in the database handling. After a fresh install and running
bin/giroapp init --org-name=q --bgc-customer-number=q --bankgiro=q -n
Then settings.json looks like
settings.json
[ { "key": "org_name", "value": "q" }, { "key": "bgc_customer_number", "value": "q" }, { "key": "bankgiro", "value": "q" } ]
This is expected. Then after running
bin/giroapp init --org-name=qq --bgc-customer-number=qq --bankgiro=qq -n
settings.json looks like
[ { "key": "bankgiro", "value": "qq" }, { "key": "bgc_customer_number", "value": "q" }, { "key": "bankgiro", "value": "q" } ]
This is an error!
And after again running
[ { "key": "bankgiro", "value": "q" }, { "key": "bankgiro", "value": "q" }, { "key": "bankgiro", "value": "q" }, { "key": "org_name", "value": "q" } ]
Unclear at this moment if this is related to the application layer or the database layer. Needs more investigation..
Encountered an error in the database handling. After a fresh install and running
Then
settings.json
looks likeThis is expected. Then after running
settings.json
looks likeThis is an error!
And after again running
settings.json
looks likeUnclear at this moment if this is related to the application layer or the database layer. Needs more investigation..