mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-30 02:47:35 +08:00
Fix compatibilty
This commit is contained in:
parent
c6d2e04dd1
commit
af9a3d23f7
@ -650,6 +650,7 @@ struct code_map_t {
|
||||
} key_type_map[] = {
|
||||
{"INT", SHARD_DATA_TYPE_INT},
|
||||
{"CHAR", SHARD_DATA_TYPE_STR},
|
||||
{"STR", SHARD_DATA_TYPE_STR},
|
||||
{"DATE", SHARD_DATA_TYPE_DATE},
|
||||
{"DATETIME", SHARD_DATA_TYPE_DATETIME},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user