You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: utils/db-schema-update/0.82.0-0.83.0.sql
+6
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,9 @@ ALTER TABLE `message`
69
69
ALTERTABLE`telegram_update`
70
70
ADD COLUMN `message_reaction_id`bigint UNSIGNED DEFAULT NULL COMMENT 'A reaction to a message was changed by a user' AFTER `edited_channel_post_id`,
71
71
ADD COLUMN `message_reaction_count_id`bigint UNSIGNED DEFAULT NULL COMMENT 'Reactions to a message with anonymous reactions were changed' AFTER `message_reaction_id`;
72
+
73
+
ALTERTABLE`telegram_update` ADD COLUMN `chat_boost_updated_id`BIGINT UNSIGNED NULL COMMENT 'A boost update the chat has been sent';
0 commit comments