update: custom v2ray alter id

This commit is contained in:
Tokumeikoi
2020-11-17 21:23:16 +08:00
parent ad98651f93
commit fb9465b5a6
7 changed files with 16 additions and 13 deletions

View File

@ -152,6 +152,7 @@ CREATE TABLE `v2_server` (
`tags` varchar(255) DEFAULT NULL,
`rate` varchar(11) NOT NULL,
`network` text NOT NULL,
`alter_id` int(11) NOT NULL DEFAULT '1',
`settings` text,
`rules` text,
`networkSettings` text,
@ -296,8 +297,6 @@ CREATE TABLE `v2_user` (
`last_login_at` int(11) DEFAULT NULL,
`last_login_ip` int(11) DEFAULT NULL,
`uuid` varchar(36) NOT NULL,
`v2ray_alter_id` tinyint(4) NOT NULL DEFAULT '2',
`v2ray_level` tinyint(4) NOT NULL DEFAULT '0',
`group_id` int(11) DEFAULT NULL,
`plan_id` int(11) DEFAULT NULL,
`remind_expire` tinyint(4) DEFAULT '1',
@ -311,4 +310,4 @@ CREATE TABLE `v2_user` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 2020-11-17 08:48:00
-- 2020-11-17 10:46:49