mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
update: remove v2ray alterid
This commit is contained in:
@ -257,7 +257,6 @@ CREATE TABLE `v2_server_v2ray` (
|
||||
`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,
|
||||
@ -370,4 +369,4 @@ CREATE TABLE `v2_user` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
-- 2021-12-27 17:37:09
|
||||
-- 2022-01-04 05:39:52
|
||||
|
@ -471,3 +471,6 @@ ALTER TABLE `v2_coupon`
|
||||
|
||||
ALTER TABLE `v2_order`
|
||||
CHANGE `cycle` `period` varchar(255) COLLATE 'utf8_general_ci' NOT NULL AFTER `type`;
|
||||
|
||||
ALTER TABLE `v2_server_v2ray`
|
||||
DROP `alter_id`;
|
||||
|
Reference in New Issue
Block a user