Added a review_contributions table for the different reviewed statuses

master
dtookey 2 years ago
parent e37c1e3a34
commit 1cb6ee49e4

@ -131,7 +131,7 @@ SELECT CONCAT(users.email) AS `Technician`,
project_lifecycle.project_number AS `ProjectNumber`,
Date(project_lifecycle.timestamp) as `DateStamp`,
new_value AS `ActionType`,
SUBSTR(project_lifecycle.project_number, 0, 3) AS `Region`
SUBSTR(project_lifecycle.project_number, 1, 3) AS `Region`
FROM users
INNER JOIN project_lifecycle ON pkey = modifier
INNER JOIN projects ap on project_lifecycle.project_number = ap.refnum

Loading…
Cancel
Save