]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_30.sql
c82adf841cd6a3a6005c981256915dbf35fd0481
[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);