]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_8.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_8.sql
index b4a85e5207169a5857706b8ad55460f060de9c00..6e9ae6c550101fd6ad85013601a454c5a38c3279 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;
+
 alter table transactions add data_hash varchar;
 delete from transactions;
+
+COMMIT TRANSACTION;
\ No newline at end of file