mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Added ability to reset ratio (#1545)
* Minor improvements * Update index_data.php * Updated * Update usercp_viewprofile.tpl * Update mysql.sql * Update main.php * Update CHANGELOG.md
This commit is contained in:
parent
7b3661cb3f
commit
0eba082d41
8 changed files with 61 additions and 2 deletions
|
@ -424,6 +424,7 @@ CREATE TABLE IF NOT EXISTS `bb_bt_users`
|
|||
`up_release_yesterday` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`up_bonus_yesterday` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`points_yesterday` FLOAT(16, 2) UNSIGNED NOT NULL DEFAULT '0.00',
|
||||
`ratio_nulled` tinyint(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`user_id`),
|
||||
UNIQUE KEY `auth_key` (`auth_key`)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue