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.56.0-0.57.0.sql
-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ ALTER TABLE `message` ADD COLUMN `forward_sender_name` TEXT NULL DEFAULT NULL CO
5
5
ALTERTABLE`message` ADD COLUMN `edit_date`bigint UNSIGNED DEFAULT NULL COMMENT 'Date the message was last edited in Unix time' AFTER `reply_to_message`;
6
6
ALTERTABLE`message` ADD COLUMN `author_signature`TEXT COMMENT 'Signature of the post author for messages in channels' AFTER `media_group_id`;
7
7
ALTERTABLE`message` ADD COLUMN `caption_entities`TEXT COMMENT 'For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption';
8
-
ALTERTABLE`message` ADD COLUMN `animation`TEXTNULL COMMENT 'Message is an animation, information about the animation' AFTER `document`;
9
8
ALTERTABLE`message` ADD COLUMN `poll`TEXT COMMENT 'Poll object. Message is a native poll, information about the poll' AFTER `venue`;
10
9
ALTERTABLE`message` ADD COLUMN `invoice`TEXTNULL COMMENT 'Message is an invoice for a payment, information about the invoice' AFTER `pinned_message`;
11
10
ALTERTABLE`message` ADD COLUMN `successful_payment`TEXTNULL COMMENT 'Message is a service message about a successful payment, information about the payment' AFTER `invoice`;
0 commit comments