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 1f9196d commit 31c7171
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 @@ -1498,7 +1498,7 @@ CREATE TABLE IF NOT EXISTS `#__overrider` (
-- Table structure for table `#__postinstall_messages`
--

CREATE TABLE `#__postinstall_messages` (
CREATE TABLE IF NOT EXISTS `#__postinstall_messages` (
`postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`extension_id` bigint(20) NOT NULL DEFAULT 700 COMMENT 'FK to #__extensions',
`title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
Expand Down

0 comments on commit 31c7171

Please sign in to comment.