view .svn/pristine/cf/cf4982b297720063bae01c150cffe2934335b63a.svn-base @ 1000:c2b09e16f9fa cannam

Merge from branch "insider"
author Chris Cannam
date Fri, 09 Nov 2012 14:41:49 +0000
parents cbb26bc654de
children
line wrap: on
line source
class RemoveIssueStatusesHtmlColor < ActiveRecord::Migration
  def self.up
    remove_column :issue_statuses, :html_color
  end

  def self.down
    raise IrreversibleMigration
  end
end