X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/51d4d0c0575e14bf8cbfa81cfdef08361f075f71..270e151b8e401b815c6920a2d56e67db9e8b8e98:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 1429a24f..39c967ae 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -517,6 +517,7 @@ if ($_POST) { setChange("DROP INDEX name_idx on tt_invoices"); setChange("create unique index name_idx on tt_invoices(team_id, name, status)"); setChange("ALTER TABLE tt_teams ADD COLUMN lock_spec varchar(255) default NULL"); + setChange("ALTER TABLE tt_teams DROP locktime"); } // The update_clients function updates projects field in tt_clients table.