Skip to content

Commit

Permalink
Merge pull request #21 from jokklan/patch-3
Browse files Browse the repository at this point in the history
Fixed migration bug in 2_create_video_file
  • Loading branch information
antonmi committed Apr 7, 2013
2 parents c8f0c6d + 508deb5 commit f06fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/2_create_video_file.rb
Expand Up @@ -18,7 +18,7 @@ def up

def down

drop_table :refinery_videos
drop_table :refinery_video_files

end

Expand Down

0 comments on commit f06fa80

Please sign in to comment.