Skip to content
Snippets Groups Projects
Commit 530b81aa authored by Allen Gilliland's avatar Allen Gilliland
Browse files

map java.util.Date -> :DateTimeField instead of :DateField

parent 2d792b76
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@
java.math.BigInteger :BigIntegerField
java.sql.Date :DateField
java.sql.Timestamp :DateTimeField
java.util.Date :DateField
java.util.Date :DateTimeField
java.util.UUID :TextField
clojure.lang.PersistentArrayMap :DictionaryField
clojure.lang.PersistentHashMap :DictionaryField
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment