moving out of body
This commit is contained in:
parent
2258db66c2
commit
56d9761844
5 changed files with 21 additions and 14 deletions
11
db/migrate/20111027152724_issue_conten_to_note.rb
Normal file
11
db/migrate/20111027152724_issue_conten_to_note.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class IssueContenToNote < ActiveRecord::Migration
|
||||
def up
|
||||
raise "Not ready"
|
||||
Issue.find_each(:batch_size => 100) do |issue|
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue