gitlabhq/db/migrate/20130218140952_add_state_to...

6 lines
111 B
Ruby

class AddStateToIssue < ActiveRecord::Migration
def change
add_column :issues, :state, :string
end
end