X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_26.sql;h=e44ec03bcd23c4b45d685e047f95345e86e6a3c5;hb=2060cff2490775314cb9a43d4ac56ae723a88258;hp=767498367b288f137fa61a978b443ce9f0026a5a;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_26.sql b/app/src/main/res/raw/sql_26.sql index 76749836..e44ec03b 100644 --- a/app/src/main/res/raw/sql_26.sql +++ b/app/src/main/res/raw/sql_26.sql @@ -13,4 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + alter table transaction_accounts add comment varchar; + +COMMIT TRANSACTION; \ No newline at end of file