Renamed huntpass SQL column is_paytowin to is_premium.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user