debian-mirror-gitlab/db/migrate/20130218141117_add_state_to_milestone.rb
2014-09-02 14:37:02 +02:00

6 lines
119 B
Ruby

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