From fcce90eb9f29b30251ff94205e89c9186f8c714c Mon Sep 17 00:00:00 2001 From: Slipi85 <52356917+Slipi85@users.noreply.github.com> Date: Sun, 1 Dec 2019 20:01:04 +0100 Subject: [PATCH] Update config.php --- application/modules/socialbar/config/config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/modules/socialbar/config/config.php b/application/modules/socialbar/config/config.php index 57d2fd4..2672d63 100644 --- a/application/modules/socialbar/config/config.php +++ b/application/modules/socialbar/config/config.php @@ -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)