]> git.ktnx.net Git - mobile-ledger.git/blob - res/raw/sql_30.sql
bump androidx.constraintlayout library version
[mobile-ledger.git] / res / raw / sql_30.sql
1 delete from options where profile <> '-' and not exists (select 1 from profiles p where p.uuid=options.profile);