mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
RAMEN-208 Support codec compression for clickhouse
typo fix
This commit is contained in:
parent
38bb4981b8
commit
7fcbad44b9
|
@ -186,7 +186,7 @@ class Stats(models.Model):
|
|||
engine = MergeTree('timestamp_date', ('id', 'timestamp'))
|
||||
|
||||
```
|
||||
:exclamation:**_This feature is supported on clickhouse version 19.1.16 and above, codec arguments will be ignored by the ORM for clickhouse versions lower than 19.1.16_**
|
||||
:exclamation:**_This feature is supported on ClickHouse version 19.1.16 and above, codec arguments will be ignored by the ORM for ClickHouse versions lower than 19.1.16_**
|
||||
|
||||
Creating custom field types
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user