Skip to content

Commit

Permalink
Forgot to add in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Uhl committed Aug 10, 2016
1 parent 41bb2bb commit 5e074a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions administrator/components/com_admin/sql/updates/mysql/3.7.0-2016-06-08.sql 100644 → 100755
@@ -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';
INSERT INTO `#__nullDate_conversion` (`converted`) VALUES ('0000-00-00 00:00:00');

0 comments on commit 5e074a9

Please sign in to comment.