20151019111703_fail_build_without_names.rb 183 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 class FailBuildWithoutNames < ActiveRecord::Migration def up execute("UPDATE ci_builds SET status='failed' WHERE name IS NULL AND status='pending'") end def down end end