Andrew Kane 8 роки тому
батько
коміт
6c6ca76850
1 змінених файлів з 1 додано та 1 видалено
  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 = []