]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_4.sql
remove the "Cancel" button from the hue selection dialog
[mobile-ledger.git] / app / src / main / res / raw / sql_4.sql
1 alter table accounts add hidden boolean default 0;
2 update accounts set hidden = 0;