mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix time in test with TTL
This commit is contained in:
parent
281bf351d2
commit
2eb76f28b9
@ -28,7 +28,7 @@ TTL column_comment + INTERVAL 2 MONTH;
|
|||||||
SHOW CREATE TABLE r_prop_table1;
|
SHOW CREATE TABLE r_prop_table1;
|
||||||
SHOW CREATE TABLE r_prop_table2;
|
SHOW CREATE TABLE r_prop_table2;
|
||||||
|
|
||||||
INSERT INTO r_prop_table1 (column_codec, column_comment, column_ttl) VALUES ('str', toDate('2020-10-01'), 1);
|
INSERT INTO r_prop_table1 (column_codec, column_comment, column_ttl) VALUES ('str', toDate('2100-01-01'), 1);
|
||||||
|
|
||||||
SYSTEM SYNC REPLICA r_prop_table2;
|
SYSTEM SYNC REPLICA r_prop_table2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user