]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_30.sql
use recommended '0.xx' instead of '.xx' in one vector icon
[mobile-ledger.git] / app / src / main / res / raw / sql_30.sql
1 delete from options where profile <> '-' and not exists (select 1 from profiles p where p.uuid=options.profile);