mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-04 16:26:46 -06:00
update datetime type in log table function test
This commit is contained in:
@@ -5324,7 +5324,7 @@ var LogTableFunctionScriptTests = []queries.ScriptTest{
|
||||
{"commit_hash", "text", "NO", "PRI", nil, ""},
|
||||
{"committer", "text", "NO", "", nil, ""},
|
||||
{"email", "text", "NO", "", nil, ""},
|
||||
{"date", "datetime", "NO", "", nil, ""},
|
||||
{"date", "datetime(3)", "NO", "", nil, ""},
|
||||
{"message", "text", "NO", "", nil, ""},
|
||||
{"commit_order", "bigint unsigned", "NO", "", nil, ""},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user