mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Minor improvements (#1078)
* Minor improvements * Updated * Update memberlist.tpl * Update memberlist.tpl * Update viewtopic.tpl * Updated * Updated * Update viewtopic_torrent.tpl * Update posting.php * Update admin_sitemap.tpl * Update main_content.css * Updated
This commit is contained in:
parent
481e5469d1
commit
b263823aee
26 changed files with 268 additions and 253 deletions
|
@ -284,7 +284,7 @@ CREATE TABLE IF NOT EXISTS `bb_bt_torrents`
|
|||
`reg_time` INT(11) NOT NULL DEFAULT '0',
|
||||
`call_seed_time` INT(11) NOT NULL DEFAULT '0',
|
||||
`complete_count` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`seeder_last_seen` MEDIUMINT(10) NOT NULL DEFAULT '0',
|
||||
`seeder_last_seen` MEDIUMINT(10) NOT NULL DEFAULT '0',
|
||||
`tor_status` TINYINT(4) NOT NULL DEFAULT '0',
|
||||
`checked_user_id` MEDIUMINT(8) NOT NULL DEFAULT '0',
|
||||
`checked_time` INT(11) NOT NULL DEFAULT '0',
|
||||
|
@ -1457,7 +1457,7 @@ CREATE TABLE IF NOT EXISTS `buf_last_seeder`
|
|||
(
|
||||
`topic_id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`seeder_last_seen` INT(11) NOT NULL DEFAULT '0',
|
||||
`user_id` MEDIUMINT(10) NOT NULL DEFAULT '0',
|
||||
`user_id` MEDIUMINT(10) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`topic_id`)
|
||||
)
|
||||
ENGINE = MyISAM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue