]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix storing profile params to DB after adding default currency column
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 18 Apr 2020 10:42:49 +0000 (13:42 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 18 Apr 2020 10:44:04 +0000 (13:44 +0300)
app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java

index ae09f6d9b5b805893186a639eca76325690e98b7..bc2373e5f2f2f1bf59b99a33b92a80a79ba7d397 100644 (file)
@@ -240,7 +240,7 @@ public final class MobileLedgerProfile {
                        "use_authentication, auth_user, auth_password, theme, order_no, " +
                        "preferred_accounts_filter, future_dates, api_version, " +
                        "show_commodity_by_default, default_commodity) " +
-                       "VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
+                       "VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
                     new Object[]{uuid, name, permitPosting, url, authEnabled,
                                  authEnabled ? authUserName : null,
                                  authEnabled ? authPassword : null, themeHue, orderNo,