]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_5.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_5.sql
index 84db5529963063ab9c7ffb57b7211db44953751e..b0bb044a98b0631728471de221a0c000045ba794 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 level integer;
 alter table accounts add parent varchar;
+
+COMMIT TRANSACTION;
\ No newline at end of file