X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_10.sql;h=e6ceb4e37cb857042c7c9eefae6b921063b678e9;hb=d33fadd7a74fb67963cbe39a822acbd972bdc29b;hp=30962d41af4e87bcae33376303d56203e079b7f6;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_10.sql b/app/src/main/res/raw/sql_10.sql index 30962d41..e6ceb4e3 100644 --- a/app/src/main/res/raw/sql_10.sql +++ b/app/src/main/res/raw/sql_10.sql @@ -13,5 +13,9 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + delete from transaction_accounts; delete from transactions; + +COMMIT TRANSACTION; \ No newline at end of file