|
|
|
|
@ -44,20 +44,6 @@ ALTER TABLE engineer_contributions
|
|
|
|
|
DROP TABLE IF EXISTS rdu_soil_contributions;
|
|
|
|
|
BEGIN
|
|
|
|
|
|
|
|
|
|
# this is where we put the 'whitelist' of soil techs. this is a very hands-on method that I dont' like
|
|
|
|
|
# we need to figure out a way to pull this info automatically
|
|
|
|
|
|
|
|
|
|
SET @soil_techs = (
|
|
|
|
|
'sgrygoruk@JDSConsulting.net',
|
|
|
|
|
'rnewton@JDSConsulting.net',
|
|
|
|
|
'kbaker@JDSConsulting.net',
|
|
|
|
|
'zputz@JDSConsulting.net',
|
|
|
|
|
'kgleisner@JDSConsulting.net',
|
|
|
|
|
'hfox@JDSConsulting.net',
|
|
|
|
|
'rmckey@JDSConsulting.net',
|
|
|
|
|
'csmith@JDSConsulting.net'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
CREATE TABLE rdu_soil_contributions AS
|
|
|
|
|
SELECT CONCAT(users.lname, ', ', users.fname) AS `Engineer`,
|
|
|
|
|
project_lifecycle.project_number AS `Project Number`,
|
|
|
|
|
|