diff --git a/src/mercury.go b/src/mercury.go index 2f8e833..27c84cc 100644 --- a/src/mercury.go +++ b/src/mercury.go @@ -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() diff --git a/src/sql/0-run-first/all_projects.sql b/src/sql/0-run-first/all_projects.sql index b03feac..36dc6da 100644 --- a/src/sql/0-run-first/all_projects.sql +++ b/src/sql/0-run-first/all_projects.sql @@ -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' );