]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_19.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_19.sql
index 7221d57fe935e4aeec0d1956a8c9dbfcf12e4c21..d278070da769dd26d11fe2221ed0bfb46ce37a63 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 expanded default 1;
 update accounts set expanded = 1;
+
+COMMIT TRANSACTION;
\ No newline at end of file