|
|
|
|
@ -56,5 +56,23 @@ UPDATE all_projects
|
|
|
|
|
SET description = 'Soil/Footings'
|
|
|
|
|
WHERE description IN
|
|
|
|
|
(
|
|
|
|
|
'Soils/Footings'
|
|
|
|
|
'Soil/Footings - Revisit #1',
|
|
|
|
|
'Soils/Footings',
|
|
|
|
|
'Soils/Footings - Revisit #1',
|
|
|
|
|
'Soils/Footings - Revisit #1'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
UPDATE all_projects
|
|
|
|
|
SET description = 'Framing Items'
|
|
|
|
|
WHERE description IN
|
|
|
|
|
(
|
|
|
|
|
'Framing Item'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
UPDATE all_projects
|
|
|
|
|
SET description = '3rd Party Footing Inspection'
|
|
|
|
|
WHERE description IN
|
|
|
|
|
(
|
|
|
|
|
'3rd Party Footing Preparation Inspection'
|
|
|
|
|
'3rd Party Footing Preparation Inspection - Revisit #1'
|
|
|
|
|
);
|
|
|
|
|
|