We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3800e9 commit 6c3eeafCopy full SHA for 6c3eeaf
structure.sql
@@ -344,7 +344,7 @@ CREATE TABLE IF NOT EXISTS `chat_boost_updated` (
344
CREATE TABLE IF NOT EXISTS `chat_boost_removed` (
345
`id` bigint UNSIGNED AUTO_INCREMENT COMMENT 'Unique identifier for this entry',
346
`chat_id` bigint COMMENT 'Chat which was boosted',
347
- `boost_id` varchar NOT NULL COMMENT 'Unique identifier of the boost',
+ `boost_id` varchar(200) NOT NULL COMMENT 'Unique identifier of the boost',
348
`remove_date` timestamp NOT NULL COMMENT 'Point in time (Unix timestamp) when the boost was removed',
349
`source` TEXT NOT NULL COMMENT 'Source of the removed boost',
350
`created_at` timestamp NULL DEFAULT NULL COMMENT 'Entry date creation',
0 commit comments