X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_12.sql;h=a9baf1153c7b7b5dac04e2549a64dbe4b6215800;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=f64bc5ad99588ad2fb588c6d89432377fc882211;hpb=57600692e78322e04de0db7be62f595b1230b0ec;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_12.sql b/app/src/main/res/raw/sql_12.sql index f64bc5ad..a9baf115 100644 --- a/app/src/main/res/raw/sql_12.sql +++ b/app/src/main/res/raw/sql_12.sql @@ -1 +1,20 @@ -drop index un_profile_name; \ No newline at end of file +-- Copyright © 2019 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; + +drop index un_profile_name; + +COMMIT TRANSACTION; \ No newline at end of file