X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_28.sql;h=f392fda10f9adc79742968e59de0677d85e02efa;hp=8ec5fb6b44905f010368a0c2b5cf3b68b4795101;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_28.sql b/app/src/main/res/raw/sql_28.sql index 8ec5fb6b..f392fda1 100644 --- a/app/src/main/res/raw/sql_28.sql +++ b/app/src/main/res/raw/sql_28.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 profiles add default_commodity varchar; + +COMMIT TRANSACTION; \ No newline at end of file