]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
Update README.md
[timetracker.git] / dbinstall.php
index b6ddb1ebbbbd6c284a77a316e287a391a41b117d..39c967aee1835d8c49f17bf87bb3ba622da626f6 100644 (file)
@@ -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.