X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_27.sql;h=de643e487b7ef3781318d19b6eb4e626c1c4bf7b;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=86d993f8288df882f95a1dbde7e3b573cbd68ae4;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_27.sql b/app/src/main/res/raw/sql_27.sql index 86d993f8..de643e48 100644 --- a/app/src/main/res/raw/sql_27.sql +++ b/app/src/main/res/raw/sql_27.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 profiles add show_commodity_by_default boolean default 0; + +COMMIT TRANSACTION; \ No newline at end of file