]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_53.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_53.sql
index 572156d30f32f06ddab488d8be7509b8f9cb3013..a541b8521e38ccfb0ee17d8d5ad0d617bab9b3d0 100644 (file)
@@ -13,5 +13,8 @@
 -- 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 pattern_accounts add negate_amount INTEGER;
+
+COMMIT TRANSACTION;
\ No newline at end of file