]> git.ktnx.net Git - mobile-ledger-staging.git/blob - app/src/main/res/raw/sql_4.sql
Transaction saver task: add 30% probability of exception when simulating network...
[mobile-ledger-staging.git] / app / src / main / res / raw / sql_4.sql
1 alter table accounts add hidden boolean default 0;
2 update accounts set hidden = 0;