mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: sql
This commit is contained in:
parent
5114611f4b
commit
9a28d27082
@ -266,7 +266,7 @@ CREATE TABLE `v2_server_vmess` (
|
|||||||
`tls` tinyint(4) NOT NULL DEFAULT '0',
|
`tls` tinyint(4) NOT NULL DEFAULT '0',
|
||||||
`tags` varchar(255) DEFAULT NULL,
|
`tags` varchar(255) DEFAULT NULL,
|
||||||
`rate` varchar(11) NOT NULL,
|
`rate` varchar(11) NOT NULL,
|
||||||
`network` text NOT NULL,
|
`network` varchar(11) NOT NULL,
|
||||||
`rules` text,
|
`rules` text,
|
||||||
`networkSettings` text,
|
`networkSettings` text,
|
||||||
`tlsSettings` text,
|
`tlsSettings` text,
|
||||||
@ -398,4 +398,4 @@ CREATE TABLE `v2_user` (
|
|||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
|
||||||
-- 2023-02-16 10:52:13
|
-- 2023-03-07 13:10:15
|
||||||
|
Loading…
Reference in New Issue
Block a user