Skip to content

Commit

Permalink
fix collate
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisan committed Jul 12, 2023
1 parent 4660fb7 commit 0305da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/telegram/telegram.class.php
Expand Up @@ -2054,7 +2054,7 @@ function dbInstall($data) {
tlg_history: DIRECTION int(3) unsigned NOT NULL DEFAULT '1'
tlg_history: TYPE int(3) unsigned NOT NULL DEFAULT '1'
tlg_history: MESSAGE text
tlg_history: RAW text COLLATE
tlg_history: RAW text
EOD;
parent::dbInstall($data);
Expand Down

0 comments on commit 0305da6

Please sign in to comment.