X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6b4d39a350249fb3f71d49706d242e6d341c2200..aad90b9cf0d58c784171189c0ccec3c15e947c23:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index cb5f1c63..6195c396 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -598,7 +598,7 @@ if ($_POST) { setChange("ALTER TABLE tt_invoices DROP end_date"); } - if ($_POST["convert1600to1900"]) { + if ($_POST["convert1600to11300"]) { setChange("DROP TABLE IF EXISTS tt_invoice_headers"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `client_id` int(11) default NULL"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `cf_1_option_id` int(11) default NULL"); @@ -748,7 +748,7 @@ if ($_POST) {
| Create database structure (v1.9.30) + | Create database structure (v1.13.0)
(applies only to new installations, do not execute when updating) |