mirror of
https://github.com/v2board/v2board.git
synced 2025-07-09 07:09:17 +08:00
feature: staff permission
This commit is contained in:
@ -304,3 +304,6 @@ WHERE `ruleSettings` = '{}';
|
||||
ALTER TABLE `v2_plan`
|
||||
ADD `two_year_price` int(11) NULL AFTER `year_price`,
|
||||
ADD `three_year_price` int(11) NULL AFTER `two_year_price`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
ADD `is_staff` tinyint(1) NOT NULL DEFAULT '0' AFTER `is_admin`;
|
||||
|
Reference in New Issue
Block a user