Removed client column from bb_bt_tracker table (#1128)

This commit is contained in:
Roman Kelesidis 2023-11-19 15:56:51 +07:00 committed by GitHub
commit fda2bf2dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -362,7 +362,6 @@ CREATE TABLE IF NOT EXISTS `bb_bt_tracker`
`ip` VARCHAR(42) DEFAULT NULL,
`ipv6` VARCHAR(42) DEFAULT NULL,
`port` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
`client` VARCHAR(51) NOT NULL DEFAULT 'Unknown',
`seeder` TINYINT(1) NOT NULL DEFAULT '0',
`releaser` TINYINT(1) NOT NULL DEFAULT '0',
`tor_type` TINYINT(1) NOT NULL DEFAULT '0',