Andrew Kane 8 anni fa
parent
commit
6c6ca76850
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controllers/blazer/queries_controller.rb

+ 1 - 1
app/controllers/blazer/queries_controller.rb

@@ -188,7 +188,7 @@ module Blazer
     end
 
     def render_run
-      @checks = @query ? @query.checks : []
+      @checks = @query ? @query.checks.order(:id) : []
 
       @first_row = @rows.first || []
       @column_types = []