Skip to content

Commit 5f38a07

Browse files
committed
Remove zero date default
1 parent 563ab71 commit 5f38a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CsvImportPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function hookInstall()
119119
`is_public` tinyint(1) default '0',
120120
`is_featured` tinyint(1) default '0',
121121
`serialized_column_maps` text collate utf8_unicode_ci NOT NULL,
122-
`added` timestamp NOT NULL default '0000-00-00 00:00:00',
122+
`added` timestamp NOT NULL default '2000-01-01 00:00:00',
123123
PRIMARY KEY (`id`)
124124
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;");
125125

0 commit comments

Comments
 (0)