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:
Roman Kelesidis 2024-07-19 14:25:47 +07:00 committed by GitHub
commit 0eba082d41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 61 additions and 2 deletions

View file

@ -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`)
)