X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_31.sql;h=d17eeea44e30dcb43cc9498d4fdca7eac1894362;hp=49b98ba4f903643aa6b54917b9f7c5dc52b8d92f;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_31.sql b/app/src/main/res/raw/sql_31.sql index 49b98ba4..d17eeea4 100644 --- a/app/src/main/res/raw/sql_31.sql +++ b/app/src/main/res/raw/sql_31.sql @@ -12,4 +12,9 @@ -- -- 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_comments_by_default boolean default 0; + +COMMIT TRANSACTION; \ No newline at end of file