rosa-build/db/migrate/20121211121412_remove_rep_n...

6 lines
126 B
Ruby
Raw Permalink Normal View History

2012-12-11 13:48:16 +00:00
class RemoveRepNamesFromMassBuild < ActiveRecord::Migration
def change
remove_column :mass_builds, :rep_names
end
end