Added some statements to deduplicate project descriptions

master
dtookey 4 years ago
parent 361da98ad2
commit 189dfdad3f

@ -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'
);

Loading…
Cancel
Save