Skip to content

Commit 28c929c

Browse files
committed
buf fix
1 parent adcc204 commit 28c929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CREATE TABLE `messages` (
2828
`migrate_to_chat_id` bigint NOT NULL DEFAULT '0' COMMENT 'Migrate to chat identifier.',
2929
`update_id` bigint UNSIGNED COMMENT 'The update\'s unique identifier.',
3030
PRIMARY KEY (`message_id`),
31-
KEY `user_id` (`chat_id`),
31+
KEY `chat_id` (`chat_id`),
3232
KEY `user_id` (`user_id`)
3333
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
3434

0 commit comments

Comments
 (0)