X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0e3c4d629800de449c5a1bb9da780993e5dc5277..765181f88bd61e74e2836d1ede6465945e2226cf:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index b6ddb1eb..39c967ae 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -516,6 +516,8 @@ if ($_POST) { setChange("ALTER TABLE tt_invoices ADD COLUMN status tinyint(4) default '1'"); 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.