]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/db_41_58.sql
fix db migration from v0.16.0 (profile data)
[mobile-ledger.git] / app / src / main / res / raw / db_41_58.sql
index 0a4394a63794a79f00d5b4fbcbf9c793bef1a203..630e207cc2c0dc5b3864afabcbd50667adfdee6e 100644 (file)
@@ -45,7 +45,8 @@ insert into profiles_new(
 select uuid, name, url, use_authentication, auth_user, auth_password, order_no,
  permit_posting, theme, preferred_accounts_filter, future_dates, api_version,
  show_commodity_by_default, default_commodity, show_comments_by_default,
- detected_version_pre_1_19, detected_version_major, detected_version_minor
+ coalesce(detected_version_pre_1_19,0), coalesce(detected_version_major,0),
+ coalesce(detected_version_minor,0)
 from profiles;
 
 -- options