X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_16.sql;h=3bf8cc96ab00b39314125eaebf6a3a1b11fa1541;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=235f65596fa4b9af3251245810782cc9a707bc75;hpb=ab390e82c5d6c9924d3fac5edbc808fb491fbc8d;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_16.sql b/app/src/main/res/raw/sql_16.sql index 235f6559..3bf8cc96 100644 --- a/app/src/main/res/raw/sql_16.sql +++ b/app/src/main/res/raw/sql_16.sql @@ -1 +1,20 @@ -alter table profiles add order_no integer; \ 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; + +alter table profiles add order_no integer; + +COMMIT TRANSACTION; \ No newline at end of file