]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_10.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_10.sql
index 30962d41af4e87bcae33376303d56203e079b7f6..e6ceb4e37cb857042c7c9eefae6b921063b678e9 100644 (file)
@@ -13,5 +13,9 @@
 -- You should have received a copy of the GNU General Public License
 -- along with MoLe. If not, see <https://www.gnu.org/licenses/>.
 
+BEGIN TRANSACTION;
+
 delete from transaction_accounts;
 delete from transactions;
+
+COMMIT TRANSACTION;
\ No newline at end of file