Migrations refactored ro support data convertion
This commit is contained in:
parent
41e97a766b
commit
e5f048f44d
17 changed files with 125 additions and 60 deletions
5
db/migrate/20130218141038_add_state_to_merge_request.rb
Normal file
5
db/migrate/20130218141038_add_state_to_merge_request.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddStateToMergeRequest < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :merge_requests, :state, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue