• Timothy Andrew's avatar
    Implement a database median strategy for MySQL. · 4ff8d5d2
    Timothy Andrew authored
    1. Dispatch between the two strategies automatically based on the
       current database type.
    
    2. The MySQL version needs to run multiple statements, so the
       `cycle_analytics` model is modified to support this.
    4ff8d5d2
database_median.rb 3.72 KB