Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Slipi85 committed Dec 1, 2019
1 parent 399db28 commit fcce90e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/modules/socialbar/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ public function uninstall()
public function getInstallSql()
{
return 'CREATE TABLE IF NOT EXISTS `[prefix]_socialbar` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`icon` MEDIUMTEXT NOT NULL,
`link` VARCHAR(255) NOT NULL,
`text` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1';
`id` INT(11) NOT NULL AUTO_INCREMENT,
`icon` MEDIUMTEXT NOT NULL,
`link` VARCHAR(255) NOT NULL,
`text` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1';
}

public function getUpdate($installedVersion)
Expand Down

0 comments on commit fcce90e

Please sign in to comment.