]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_19.sql
comment-out the account list options menu
[mobile-ledger.git] / app / src / main / res / raw / sql_19.sql
1 alter table accounts add expanded default 1;
2 update accounts set expanded = 1;