X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_53.sql;h=a541b8521e38ccfb0ee17d8d5ad0d617bab9b3d0;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=572156d30f32f06ddab488d8be7509b8f9cb3013;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_53.sql b/app/src/main/res/raw/sql_53.sql index 572156d3..a541b852 100644 --- a/app/src/main/res/raw/sql_53.sql +++ b/app/src/main/res/raw/sql_53.sql @@ -13,5 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; alter table pattern_accounts add negate_amount INTEGER; + +COMMIT TRANSACTION; \ No newline at end of file