X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_27.sql;h=86d993f8288df882f95a1dbde7e3b573cbd68ae4;hb=81277d1635a9b15fef1614a096d94f8772e40735;hp=0d1e41c15936f71a0b5e0eca2df1d5b8f92d7afb;hpb=3ed17d6ccfa6aba1795d77ef24167fb9ef6a9ca1;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 0d1e41c1..86d993f8 100644 --- a/app/src/main/res/raw/sql_27.sql +++ b/app/src/main/res/raw/sql_27.sql @@ -1 +1,16 @@ -alter table profiles add show_commodity_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 . + +alter table profiles add show_commodity_by_default boolean default 0;