We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc204 commit 28c929cCopy full SHA for 28c929c
structure.sql
@@ -28,7 +28,7 @@ CREATE TABLE `messages` (
28
`migrate_to_chat_id` bigint NOT NULL DEFAULT '0' COMMENT 'Migrate to chat identifier.',
29
`update_id` bigint UNSIGNED COMMENT 'The update\'s unique identifier.',
30
PRIMARY KEY (`message_id`),
31
- KEY `user_id` (`chat_id`),
+ KEY `chat_id` (`chat_id`),
32
KEY `user_id` (`user_id`)
33
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
34
0 commit comments