Skip to content

Commit 1785d98

Browse files
committed
Remove duplicated animation column from latest SQL migration script.
1 parent f2fe6e3 commit 1785d98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/db-schema-update/0.56.0-0.57.0.sql

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ALTER TABLE `message` ADD COLUMN `forward_sender_name` TEXT NULL DEFAULT NULL CO
55
ALTER TABLE `message` ADD COLUMN `edit_date` bigint UNSIGNED DEFAULT NULL COMMENT 'Date the message was last edited in Unix time' AFTER `reply_to_message`;
66
ALTER TABLE `message` ADD COLUMN `author_signature` TEXT COMMENT 'Signature of the post author for messages in channels' AFTER `media_group_id`;
77
ALTER TABLE `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-
ALTER TABLE `message` ADD COLUMN `animation` TEXT NULL COMMENT 'Message is an animation, information about the animation' AFTER `document`;
98
ALTER TABLE `message` ADD COLUMN `poll` TEXT COMMENT 'Poll object. Message is a native poll, information about the poll' AFTER `venue`;
109
ALTER TABLE `message` ADD COLUMN `invoice` TEXT NULL COMMENT 'Message is an invoice for a payment, information about the invoice' AFTER `pinned_message`;
1110
ALTER TABLE `message` ADD COLUMN `successful_payment` TEXT NULL COMMENT 'Message is a service message about a successful payment, information about the payment' AFTER `invoice`;

0 commit comments

Comments
 (0)