diff --git a/administrator/components/com_admin/sql/updates/mysql/3.7.0-2016-06-08.sql b/administrator/components/com_admin/sql/updates/mysql/3.7.0-2016-06-08.sql old mode 100644 new mode 100755 index 99d1db3e5b903..3c25c7401558c --- a/administrator/components/com_admin/sql/updates/mysql/3.7.0-2016-06-08.sql +++ b/administrator/components/com_admin/sql/updates/mysql/3.7.0-2016-06-08.sql @@ -1,8 +1,13 @@ +-- +-- Table structure for table `#__nullDate_conversion` +-- + CREATE TABLE IF NOT EXISTS `#__nullDate_conversion` ( `converted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci; -INSERT INTO `#__nullDate_conversion` (`converted`) VALUES ('0000-00-00 00:00:00'); - +-- +-- Dumping data for table `#__nullDate_conversion` +-- -ALTER TABLE `#__menu` CHANGE `checked_out_time` `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'; \ No newline at end of file +INSERT INTO `#__nullDate_conversion` (`converted`) VALUES ('0000-00-00 00:00:00'); \ No newline at end of file