diff --git a/db/migrate/20130727112955_create_screenshots.rb b/db/migrate/20130727112955_create_screenshots.rb new file mode 100644 index 0000000..d3dec61 --- /dev/null +++ b/db/migrate/20130727112955_create_screenshots.rb @@ -0,0 +1,7 @@ +class CreateScreenshots < ActiveRecord::Migration + def change + change_table :screenshots do |t| + t.timestamps + end + end +end