Skip to content

Commit

Permalink
Update joomla.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
shur committed Sep 5, 2014
1 parent c7180f9 commit 3a0938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/sql/mysql/joomla.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ CREATE TABLE IF NOT EXISTS `#__update_sites` (
`last_check_timestamp` bigint(20) DEFAULT 0,
`extra_query` varchar(1000) DEFAULT '',
PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Update Sites';
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Update Sites';

--
-- Dumping data for table `#__update_sites`
Expand Down

0 comments on commit 3a0938a

Please sign in to comment.