feat:移除了弹窗,服务器添加sls
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
ALTER TABLE settings
|
||||
ADD COLUMN use_system_proxy INTEGER NOT NULL DEFAULT FALSE
|
||||
CHECK (use_system_proxy IN (0, 1));
|
||||
Reference in New Issue
Block a user