initial commit
This commit is contained in:
3
sql/hc/updateMetadata.sql
Normal file
3
sql/hc/updateMetadata.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
update metadata set SORT_SIGN=1 where TABLE_NAME='DI_SWITCHPORT' and FILED_NAME='ifIndex' and check_type_id = 10;
|
||||
update metadata set SORT_SIGN=0 where TABLE_NAME='DI_SWITCHPORT' and FILED_NAME='ifDescr' and check_type_id = 10;
|
||||
commit;
|
||||
4
sql/hc/updateMissionStateTable.sql
Normal file
4
sql/hc/updateMissionStateTable.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
update mission_state_table set look_user_id =null;
|
||||
|
||||
alter table mission_state_table modify (Look_user_id varchar(100));
|
||||
comment on column mission_state_table.Look_user_id is '查看人ID';
|
||||
Reference in New Issue
Block a user