]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_21.sql
add flag to accounts indicating whether their commodity list is expanded
[mobile-ledger.git] / app / src / main / res / raw / sql_21.sql
1 alter table accounts add amounts_expanded boolean default 0;