X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9d2d670570a584098a4e19c22d052412cdf18633..903ed1bf71f570b2b0dc27c8819416e339736149:/mysql.sql diff --git a/mysql.sql b/mysql.sql index 6a763716..0a26f1fe 100644 --- a/mysql.sql +++ b/mysql.sql @@ -171,7 +171,6 @@ create index task_idx on tt_project_task_binds(task_id); # CREATE TABLE `tt_log` ( `id` bigint NOT NULL auto_increment, # time record id - `timestamp` timestamp default CURRENT_TIMESTAMP, # modification timestamp `user_id` int(11) NOT NULL, # user id `date` date NOT NULL, # date the record is for `start` time default NULL, # record start time (for example, 09:00)