]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_1.sql
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / raw / sql_1.sql
1 alter table accounts add keep boolean;
2 alter table account_values add keep boolean;