Skip to content

Commit bb6127c

Browse files
ayakivosklznakgithub-actions[bot]
authored andcommitted
[docs] Edited ttl to 1H ru/en (#28932)
(cherry picked from commit 3b8cca5)
1 parent 18deb9b commit bb6127c

File tree

2 files changed

+2
-2
lines changed
  • ydb/docs
    • en/core/yql/reference/recipes
    • ru/core/yql/reference/recipes

2 files changed

+2
-2
lines changed

ydb/docs/en/core/yql/reference/recipes/ttl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CREATE TABLE `mytable` (
3333
expire_at Timestamp,
3434
PRIMARY KEY (id)
3535
) WITH (
36-
TTL = Interval("PT0S") ON expire_at
36+
TTL = Interval("PT1H") ON expire_at
3737
);
3838
```
3939

ydb/docs/ru/core/yql/reference/recipes/ttl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CREATE TABLE `mytable` (
3333
expire_at Timestamp,
3434
PRIMARY KEY (id)
3535
) WITH (
36-
TTL = Interval("PT0S") ON expire_at
36+
TTL = Interval("PT1H") ON expire_at
3737
);
3838
```
3939

0 commit comments

Comments
 (0)