32 lines
904 B
SQL
32 lines
904 B
SQL
update sys_menu set SortIndex=10 where menuid='3517DBE2-9728-4BA0-9EA5-AE2147DB883B'
|
|
|
|
alter table Transfer_Piping
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_StaticEquipment
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_RotatingEquipment
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Instrumentation
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Electrical
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Civil_Structure
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Firefighting
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Telecom
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
alter table Transfer_Plumbing
|
|
add Descriptions nvarchar(200) NULL;
|
|
|
|
|
|
update sys_menu set IsUsed=0 where menuid='CB76462E-9444-4946-B787-ECB33C21E6D0';
|
|
update sys_menu set IsUsed=0 where menuid='549DD0B6-05CB-4C75-B8F5-9AADDEDF399F'; |