]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_18.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_18.sql
index e74471eafb446f5a3f778a0732b40352013bb011..abe720bdb042e687b818dfb25eb60d77e72c9355 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 profiles add theme integer default -1;
 update profiles set theme = -1;
+
+COMMIT TRANSACTION;
\ No newline at end of file