Skip to content

Commit 47c3f3c

Browse files
committed
try date as field type instead of datetime
1 parent 6a2fa43 commit 47c3f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/data/catalog_db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
JSONTypeBooleanArray = "boolean[]"
3939
JSONTypeStringArray = "string[]"
4040
JSONTypeNumberArray = "number[]"
41-
JSONTypeDatetime = "datetime"
41+
JSONTypeDatetime = "date"
4242

4343
PGTypeBool = "bool"
4444
PGTypeNumeric = "numeric"

0 commit comments

Comments
 (0)