Renamed huntpass SQL column is_paytowin to is_premium.

This commit is contained in:
MobiusDevelopment
2023-01-09 22:38:44 +00:00
parent 36374f7a49
commit 9cba6a7a3a
6 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS `huntpass` (
`current_step` INT NOT NULL DEFAULT 0,
`points` INT NOT NULL DEFAULT 0,
`reward_step` INT NOT NULL DEFAULT 0,
`is_paytowin` BOOLEAN NOT NULL DEFAULT FALSE,
`is_premium` BOOLEAN NOT NULL DEFAULT FALSE,
`premium_reward_step` INT NOT NULL DEFAULT 0,
`sayha_points_available` INT NOT NULL DEFAULT 0,
`sayha_points_used` INT NOT NULL DEFAULT 0,