Added migration to add timestamp column for screenshots
This commit is contained in:
parent
6454f994a9
commit
f9e920aea5
1 changed files with 7 additions and 0 deletions
7
db/migrate/20130727112955_create_screenshots.rb
Normal file
7
db/migrate/20130727112955_create_screenshots.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
class CreateScreenshots < ActiveRecord::Migration
|
||||
def change
|
||||
change_table :screenshots do |t|
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue