diff options
| author | shizhendong <[email protected]> | 2021-04-07 16:58:08 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2021-04-07 16:58:08 +0800 |
| commit | d65dd262167d06ec838009ad694ef52760a8b984 (patch) | |
| tree | a34d601d851da1914ed7b168c31169ba08e68ec9 /nz-admin/db/2020-04-30.sql | |
| parent | 82503bb72ce5d35c51d3b1dbe54f3dc9810924c7 (diff) | |
remove: 移除无用文件develop
Diffstat (limited to 'nz-admin/db/2020-04-30.sql')
| -rw-r--r-- | nz-admin/db/2020-04-30.sql | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nz-admin/db/2020-04-30.sql b/nz-admin/db/2020-04-30.sql deleted file mode 100644 index 34b57a2c..00000000 --- a/nz-admin/db/2020-04-30.sql +++ /dev/null @@ -1,15 +0,0 @@ -/* - idc_traffic表结构变更 - 1. 增加字段如下: host、port、version、community、auth - 2. 删除字段如下: asset_id -*/ - --- 增加字段 -alter table idc_traffic add column host varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'ip地址'; -alter table idc_traffic add column port int(10) NOT NULL COMMENT 'snmp端口 默认为161'; -alter table idc_traffic add column version int(1) NOT NULL COMMENT 'snmp版本 默认为2'; -alter table idc_traffic add column community varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'snmp团体名 默认为public'; -alter table idc_traffic add column auth varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'snmp认证信息 json格式'; - --- 删除字段 -alter table idc_traffic drop asset_id;
\ No newline at end of file |
