Skip to content

Commit

Permalink
Added a expires_on for the same reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Animazing committed Aug 19, 2010
1 parent 8571634 commit 98b6eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20100812102627_create_links.rb
Expand Up @@ -8,6 +8,8 @@ def self.up
t.boolean :deleted, :default => false

t.datetime :first_hit_on
t.datetime :expires_on

t.timestamps
end
end
Expand Down

0 comments on commit 98b6eeb

Please sign in to comment.