RAMEN-208 Support codec compression for clickhouse

typo fix
This commit is contained in:
Roy Belio 2019-06-25 11:22:32 +03:00
parent 38bb4981b8
commit 7fcbad44b9

View File

@ -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
---------------------------