tweaks to all projects view construction.

master
dtookey 3 years ago
parent 331867ee4e
commit cab8898dd0

@ -15,12 +15,13 @@ func main() {
s := time.Now()
// local/update run
//updateTelecom()
//processQBARReport()
//updateTelecom() //verizon reports
//processQBARReport() //some accounting stuff
// regular run
//updateInsightData()
// timesheet run
updateTimesheets()
f := time.Now()

@ -76,6 +76,6 @@ UPDATE all_projects
SET description = '3rd Party Footing Inspection'
WHERE description IN
(
'3rd Party Footing Preparation Inspection'
'3rd Party Footing Preparation Inspection',
'3rd Party Footing Preparation Inspection - Revisit #1'
);

Loading…
Cancel
Save