Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fixed default added date for mysql 5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Nov 27, 2016
1 parent b104b04 commit 1b039a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeatlineTimePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function hookInstall()
`creator_id` INT UNSIGNED NOT NULL,
`public` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
`featured` TINYINT(1) NOT NULL DEFAULT '0',
`added` timestamp NOT NULL default '0000-00-00 00:00:00',
`added` timestamp NOT NULL default '2000-01-01 00:00:00',
`modified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=innodb DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci";
Expand Down

0 comments on commit 1b039a7

Please sign in to comment.