feature: multiple ban

This commit is contained in:
Tokumeikoi
2020-10-20 02:09:32 +08:00
parent 16ae59c992
commit 07cc8275d8
7 changed files with 51 additions and 7 deletions

View File

@ -288,7 +288,6 @@ CREATE TABLE `v2_user` (
`u` bigint(20) NOT NULL DEFAULT '0',
`d` bigint(20) NOT NULL DEFAULT '0',
`transfer_enable` bigint(20) NOT NULL DEFAULT '0',
`enable` tinyint(1) NOT NULL DEFAULT '1',
`banned` tinyint(1) NOT NULL DEFAULT '0',
`is_admin` tinyint(1) NOT NULL DEFAULT '0',
`is_staff` tinyint(1) NOT NULL DEFAULT '0',