diff --git a/src/sql/0-run-first/contributions.sql b/src/sql/0-run-first/contributions.sql index a07eec0..3ffd157 100644 --- a/src/sql/0-run-first/contributions.sql +++ b/src/sql/0-run-first/contributions.sql @@ -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