X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=dbinstall.php;h=39c967aee1835d8c49f17bf87bb3ba622da626f6;hb=da25ca5669ac88985d37a68392ed736ac03dcc3c;hp=1429a24f549fbfc43d14803154d5728280a454dc;hpb=b4912256781dcc0797dbe7f12bd9dec6718641db;p=timetracker.git 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.