From 1a16e1ba38a8d1bd1f81d666f76b5c9caeffeb54 Mon Sep 17 00:00:00 2001 From: dtookey Date: Thu, 5 May 2022 11:28:16 -0400 Subject: [PATCH] tweaked one function call to be uppercase. --- src/sql/read-clarity-lifecycleEvents.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/read-clarity-lifecycleEvents.sql b/src/sql/read-clarity-lifecycleEvents.sql index 19c0ed2..6041b88 100644 --- a/src/sql/read-clarity-lifecycleEvents.sql +++ b/src/sql/read-clarity-lifecycleEvents.sql @@ -2,4 +2,4 @@ SELECT * FROM project_lifecycle WHERE changed_column = 'status' AND new_value = '+READY_FOR_REVIEW' - AND timestamp > now() - INTERVAL 2 MONTH; \ No newline at end of file + AND timestamp > NOW() - INTERVAL 2 MONTH; \ No newline at end of file