gitlabhq/db/migrate/20130218141117_add_state_to...

6 lines
119 B
Ruby

class AddStateToMilestone < ActiveRecord::Migration
def change
add_column :milestones, :state, :string
end
end