rspec_stats/rspec_queries.rb [14:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    query: <<~SQL
            WITH last_commit AS
              (SELECT commit_hash
               FROM spec_profiling_results
               WHERE branch='ee:master'
               ORDER BY date DESC LIMIT 1)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rspec_stats/rspec_queries.rb [205:210]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    query: <<~SQL
            WITH last_commit AS
              (SELECT commit_hash
               FROM spec_profiling_results
               WHERE branch='ee:master'
               ORDER BY date DESC LIMIT 1)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



