This commit is contained in:
albert
2013-02-19 13:50:30 -05:00
parent e725455dea
commit 0343220f8e
4 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddParentIdToUploads < ActiveRecord::Migration
def change
add_column :uploads, :parent_id, :integer
end
end