public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Search Repo:
Tiny change to allow AR based creation of TIME columns in sqlite. Closes 
#11465 [h-lame]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9222 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
nzkoz (author)
Fri Apr 04 04:45:08 -0700 2008
commit  ba4a72d014146d3308a49b085e39373b10e5f4a0
tree    cfe02c967982dd03f14c441c839f2d45d646b07a
parent  a0fff3ee4bd9c699f71ea918ba41589c00764cb3
...
107
108
109
110
 
111
112
113
...
107
108
109
 
110
111
112
113
0
@@ -107,7 +107,7 @@ module ActiveRecord
0
           :decimal => { :name => "decimal" },
0
           :datetime => { :name => "datetime" },
0
           :timestamp => { :name => "datetime" },
0
- :time => { :name => "datetime" },
0
+ :time => { :name => "time" },
0
           :date => { :name => "date" },
0
           :binary => { :name => "blob" },
0
           :boolean => { :name => "boolean" }

Comments

    No one has commented yet.