]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_1.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_1.sql
index b5d79f9a6d3665e635a2dea26faba024f6617c87..23243c31978962e857c2f2422737efd4231a8380 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 accounts add keep boolean;
 alter table account_values add keep boolean;
+
+COMMIT TRANSACTION;
\ No newline at end of file