X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_30.sql;fp=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_30.sql;h=c82adf841cd6a3a6005c981256915dbf35fd0481;hb=bc16336667e46d6511236b0dfe487ee605420659;hp=0000000000000000000000000000000000000000;hpb=a5d463d415bba85c80e423cced1426efcc5dd610;p=mobile-ledger-staging.git diff --git a/app/src/main/res/raw/sql_30.sql b/app/src/main/res/raw/sql_30.sql new file mode 100644 index 00000000..c82adf84 --- /dev/null +++ b/app/src/main/res/raw/sql_30.sql @@ -0,0 +1 @@ +delete from options where profile <> '-' and not exists (select 1 from profiles p where p.uuid=options.profile); \ No newline at end of file