diff --git a/pom.xml b/pom.xml index c741f94..8490fce 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ch.lugipfupf tokupos - 3.92 + 3.93 jar UTF-8 diff --git a/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.91.3.sql b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.91.3.sql index fdf972d..9945955 100644 --- a/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.91.3.sql +++ b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.91.3.sql @@ -1,22 +1,24 @@ -/* - * Copyright (C) 2016 Beat Luginbühl - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program 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 for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +-- uniCenta oPOS - Touch Friendly Point Of Sale +-- Copyright (C) 2009-2015 uniCenta +-- http://www.unicenta.net +-- +-- This file is part of uniCenta oPOS. +-- +-- uniCenta oPOS is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- uniCenta oPOS 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 for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with uniCenta oPOS. If not, see . -- Database upgrade script --- v3.91.3 - v3.92 +-- v3.91.2 - v3.91.3 -- UPDATE App' version UPDATE APPLICATIONS SET NAME = $APP_NAME{}, VERSION = $APP_VERSION{} WHERE ID = $APP_ID{}; diff --git a/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.92.sql b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.92.sql new file mode 100644 index 0000000..9945955 --- /dev/null +++ b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.92.sql @@ -0,0 +1,24 @@ +-- uniCenta oPOS - Touch Friendly Point Of Sale +-- Copyright (C) 2009-2015 uniCenta +-- http://www.unicenta.net +-- +-- This file is part of uniCenta oPOS. +-- +-- uniCenta oPOS is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- uniCenta oPOS 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 for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with uniCenta oPOS. If not, see . + +-- Database upgrade script +-- v3.91.2 - v3.91.3 + +-- UPDATE App' version +UPDATE APPLICATIONS SET NAME = $APP_NAME{}, VERSION = $APP_VERSION{} WHERE ID = $APP_ID{}; diff --git a/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.93.sql b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.93.sql new file mode 100644 index 0000000..9945955 --- /dev/null +++ b/src/main/resources/com/openbravo/pos/scripts/PostgreSQL-upgrade-3.93.sql @@ -0,0 +1,24 @@ +-- uniCenta oPOS - Touch Friendly Point Of Sale +-- Copyright (C) 2009-2015 uniCenta +-- http://www.unicenta.net +-- +-- This file is part of uniCenta oPOS. +-- +-- uniCenta oPOS is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- uniCenta oPOS 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 for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with uniCenta oPOS. If not, see . + +-- Database upgrade script +-- v3.91.2 - v3.91.3 + +-- UPDATE App' version +UPDATE APPLICATIONS SET NAME = $APP_NAME{}, VERSION = $APP_VERSION{} WHERE ID = $APP_ID{};