]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_30.sql
remove legacy foreigh key vialotions in transaction_accounts
[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);