Skip to content

Commit

Permalink
Revert "Set Default value for updatetime on MYSQL"
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Feb 5, 2017
1 parent aa1feb0 commit 050d84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daos/mysql/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct() {
source INT NOT NULL ,
uid VARCHAR(255) NOT NULL,
link TEXT NOT NULL,
updatetime DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
updatetime DATETIME NOT NULL,
author VARCHAR(255),
INDEX (source)
) ENGINE = InnoDB DEFAULT CHARSET=utf8mb4;
Expand Down

0 comments on commit 050d84e

Please sign in to comment.