Skip to content

Commit

Permalink
Added missing file to prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
html committed Mar 2, 2010
1 parent 0cb5c40 commit 6a6400c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions db/migrate/010_add_page_id_to_image.rb
@@ -0,0 +1,9 @@
class AddPageIdToImage < ActiveRecord::Migration
def self.up
add_column :images, :page_id, :integer
end

def self.down
remove_column :images, :page_id
end
end

0 comments on commit 6a6400c

Please sign in to comment.