We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63bbbd commit 7410c36Copy full SHA for 7410c36
utils/db-schema-update/0.82.0-unreleased.sql
@@ -46,7 +46,7 @@ CREATE TABLE IF NOT EXISTS `chat_boost_updated` (
46
CREATE TABLE IF NOT EXISTS `chat_boost_removed` (
47
`id` bigint UNSIGNED AUTO_INCREMENT COMMENT 'Unique identifier for this entry',
48
`chat_id` bigint COMMENT 'Chat which was boosted',
49
- `boost_id` varchar NOT NULL COMMENT 'Unique identifier of the boost',
+ `boost_id` varchar(200) NOT NULL COMMENT 'Unique identifier of the boost',
50
`remove_date` timestamp NOT NULL COMMENT 'Point in time (Unix timestamp) when the boost was removed',
51
`source` TEXT NOT NULL COMMENT 'Source of the removed boost',
52
`created_at` timestamp NULL DEFAULT NULL COMMENT 'Entry date creation',
0 commit comments