Skip to content

Commit

Permalink
sql update
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyohost committed Jun 12, 2024
1 parent 98a88cb commit 4341414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/v2nodeManage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -939,4 +939,8 @@ CREATE TABLE `v2_server` (
-- Records of v2_server
-- ----------------------------


INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (105, 'XrayRCheckVersion', 'XrayRCheckVersion', 'XrayR version', 'Y', 'admin', '2024-06-12 10:19:15', '', NULL, NULL);
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (106, 'XrayRUpdateVersion', 'XrayRUpdateVersion', 'nohup XrayR update {version} &', 'Y', 'admin', '2024-06-12 10:19:57', 'admin', '2024-06-12 10:38:48', NULL);

SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 4341414

Please sign in to comment.