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