tweaks to all projects view construction.

master
dtookey 3 years ago
parent 331867ee4e
commit cab8898dd0

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

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

Loading…
Cancel
Save