From efbe425e357b2451bd1b5f5b8b50648ae0946c0b Mon Sep 17 00:00:00 2001 From: dtookey Date: Fri, 15 Apr 2022 13:46:56 -0400 Subject: [PATCH] Accidentally included a debug select in here with no terminating delimiter. --- src/sql/0-run-first/contributions.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sql/0-run-first/contributions.sql b/src/sql/0-run-first/contributions.sql index aa6638a..b6372fe 100644 --- a/src/sql/0-run-first/contributions.sql +++ b/src/sql/0-run-first/contributions.sql @@ -14,6 +14,3 @@ FROM users INNER JOIN clients on contacts.cl_fkey = clients.pkey WHERE project_lifecycle.new_value IN ('+SEALED') AND users.priv & POW(2, 25); - - -select * from all_projects where description = 'Soils/Footings ' \ No newline at end of file