X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_31.sql;h=d17eeea44e30dcb43cc9498d4fdca7eac1894362;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=0f907e7553c77ec6b86b1c27d0b688a9323a7256;hpb=05c2c408dabdda9e042744c5f4e4f126a7fb30d1;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_31.sql b/app/src/main/res/raw/sql_31.sql index 0f907e75..d17eeea4 100644 --- a/app/src/main/res/raw/sql_31.sql +++ b/app/src/main/res/raw/sql_31.sql @@ -1 +1,20 @@ -alter table profiles add show_comments_by_default boolean default 0; \ No newline at end of file +-- Copyright © 2020 Damyan Ivanov. +-- This file is part of MoLe. +-- MoLe is free software: you can distribute it and/or modify it +-- under the term of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your opinion), any later version. +-- +-- MoLe is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License terms for details. +-- +-- 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