X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/908289ae851db1c7d8bc454df5a00746e776728a..b4912256781dcc0797dbe7f12bd9dec6718641db:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index b6ddb1eb..1429a24f 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -516,6 +516,7 @@ 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"); } // The update_clients function updates projects field in tt_clients table.