Skip to content

Commit

Permalink
datetime -> timestamp for postgres compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Sep 16, 2008
1 parent 3ccdfbc commit 8997f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.make_table(db)
db.create_table :points do
varchar :graph, :size => 32
varchar :value, :size => 32
datetime :date
timestamp :date
end
db[:points]
end
Expand Down

0 comments on commit 8997f87

Please sign in to comment.