]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_32.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_32.sql
index fecf2ad0fc288effc0eb606660a10be4a29fcc0b..860b0dd402ecf62d0ccfdda0fc88dd687c1d99ca 100644 (file)
@@ -12,4 +12,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;
+
 update profiles set show_comments_by_default = 1;
+
+COMMIT TRANSACTION;
\ No newline at end of file