]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_4.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_4.sql
index e2fce1102b1b19a329eec5effa675488719a64eb..5ae73aaddb50a9db8a8adc0dcce4a58d39ebaef5 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 hidden boolean default 0;
 update accounts set hidden = 0;
+
+COMMIT TRANSACTION;
\ No newline at end of file