We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563ab71 commit 5f38a07Copy full SHA for 5f38a07
1 file changed
CsvImportPlugin.php
@@ -119,7 +119,7 @@ public function hookInstall()
119
`is_public` tinyint(1) default '0',
120
`is_featured` tinyint(1) default '0',
121
`serialized_column_maps` text collate utf8_unicode_ci NOT NULL,
122
- `added` timestamp NOT NULL default '0000-00-00 00:00:00',
+ `added` timestamp NOT NULL default '2000-01-01 00:00:00',
123
PRIMARY KEY (`id`)
124
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;");
125
0 commit comments