v1.0
This commit is contained in:
parent
0f43e98ef8
commit
d378468794
317 changed files with 11347 additions and 0 deletions
9
db/migrate/20110928142747_change_noteable_id_for_note.rb
Normal file
9
db/migrate/20110928142747_change_noteable_id_for_note.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class ChangeNoteableIdForNote < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :notes, :noteable_id, :string
|
||||
end
|
||||
|
||||
def down
|
||||
change_column :notes, :noteable_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue