From 2b39252b38f5bd1be462224fe781a40f5b0ddf95 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 25 Apr 2019 01:34:58 +0000 Subject: [PATCH] Version fix in mysql.sql. --- WEB-INF/templates/footer.tpl | 2 +- mysql.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index a4372d0b..2edaa4b1 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.19.3.4985 | Copyright © Anuko | +  Anuko Time Tracker 1.19.3.4986 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mysql.sql b/mysql.sql index c14045c7..bc79445e 100644 --- a/mysql.sql +++ b/mysql.sql @@ -609,4 +609,4 @@ CREATE TABLE `tt_site_config` ( PRIMARY KEY (`param_name`) ); -INSERT INTO `tt_site_config` (`param_name`, `param_value`, `created`) VALUES ('version_db', '1.19.2', now()); # TODO: change when structure changes. +INSERT INTO `tt_site_config` (`param_name`, `param_value`, `created`) VALUES ('version_db', '1.19.3', now()); # TODO: change when structure changes. -- 2.20.1