Skip to content

Commit

Permalink
Remove timestamps from DB
Browse files Browse the repository at this point in the history
Timestamps are now marked as non-null, causing problems all over, so I'd
rather remove them.
  • Loading branch information
Pluies committed Oct 4, 2015
1 parent 99bfb74 commit c831e30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/migrate/20111002143044_create_countries.rb
Expand Up @@ -4,8 +4,6 @@ def change
t.string :name
t.string :center
t.text :polygons

t.timestamps
end
end
end

0 comments on commit c831e30

Please sign in to comment.