Fix time in test with TTL

This commit is contained in:
alesapin 2020-11-02 16:26:55 +03:00
parent 281bf351d2
commit 2eb76f28b9

View File

@ -28,7 +28,7 @@ TTL column_comment + INTERVAL 2 MONTH;
SHOW CREATE TABLE r_prop_table1;
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;