Draft: Test N+1 fix
1 unresolved thread
1 unresolved thread
Compare changes
- Tianwen Chen authored
@@ -89,7 +89,7 @@ def membership
@@ -89,7 +89,7 @@ def membership
@@ -117,18 +117,14 @@ def last_pipeline
@@ -117,18 +117,14 @@ def last_pipeline
Ci::Pipeline # The DISTINCT select statement will work with the below ORDER statement to return the last pipeline
# `each` is used instead of `find_each` because `find_each` will overwrite the above ORDER statement that we
@@ -141,9 +137,19 @@ def last_pipeline
@@ -141,9 +137,19 @@ def last_pipeline