mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-15 13:56:35 +03:00
c6da379be7
2) Bugfixes in ClickHouseSyncModel
18 lines
264 B
JSON
18 lines
264 B
JSON
[
|
|
{
|
|
"model": "tests.TestModel",
|
|
"pk": 1,
|
|
"fields": {
|
|
"value": 100,
|
|
"created_date": "2018-01-01"
|
|
}
|
|
},
|
|
{
|
|
"model": "tests.TestModel",
|
|
"pk": 2,
|
|
"fields": {
|
|
"value": 200,
|
|
"created_date": "2018-02-01"
|
|
}
|
|
}
|
|
] |