Skip to content

Commit c831e30

Browse files
committed
Remove timestamps from DB
Timestamps are now marked as non-null, causing problems all over, so I'd rather remove them.
1 parent 99bfb74 commit c831e30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

db/migrate/20111002143044_create_countries.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ def change
44
t.string :name
55
t.string :center
66
t.text :polygons
7-
8-
t.timestamps
97
end
108
end
119
end

0 commit comments

Comments
 (0)