Skip to content

Commit fa5e144

Browse files
modelrailroaderthorsten
authored andcommitted
fix: added missing bracket for setup querys
1 parent 018a6f2 commit fa5e144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/Instance/Database/Mysqli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Mysqli extends Database implements Driver
6565

6666
'faqbookmarks' => 'CREATE TABLE %sfaqbookmarks (
6767
userid INT(11) DEFAULT NULL,
68-
faqid INT(11) DEFAULT NULL',
68+
faqid INT(11) DEFAULT NULL) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB',
6969

7070
'faqcaptcha' => 'CREATE TABLE %sfaqcaptcha (
7171
id VARCHAR(6) NOT NULL,

0 commit comments

Comments
 (0)