Loading docs/administration.md +9 −1 Original line number Diff line number Diff line Loading @@ -41,3 +41,11 @@ In the lower panel, run: ```bash sqlite3 instance/poolpay.db ``` ## Change Balance To increase the balance of `mustermann` by 1 €, enter the following in the SQL shell: ```sql update person set balance_cents = balance_cents + 100 where cl_account_name = 'mustermann'; ``` Loading
docs/administration.md +9 −1 Original line number Diff line number Diff line Loading @@ -41,3 +41,11 @@ In the lower panel, run: ```bash sqlite3 instance/poolpay.db ``` ## Change Balance To increase the balance of `mustermann` by 1 €, enter the following in the SQL shell: ```sql update person set balance_cents = balance_cents + 100 where cl_account_name = 'mustermann'; ```