Skip to content

Commit 3b8cca5

Browse files
[docs] Edited ttl to 1H ru/en (#28932)
1 parent 31fda50 commit 3b8cca5

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
@@ -90,7 +90,7 @@ CREATE TABLE `mytable` (
9090
expire_at Timestamp,
9191
PRIMARY KEY (id)
9292
) WITH (
93-
TTL = Interval("PT0S") ON expire_at
93+
TTL = Interval("PT1H") ON expire_at
9494
);
9595
```
9696

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CREATE TABLE `mytable` (
7777
expire_at Timestamp,
7878
PRIMARY KEY (id)
7979
) WITH (
80-
TTL = Interval("PT0S") ON expire_at
80+
TTL = Interval("PT1H") ON expire_at
8181
);
8282
```
8383

0 commit comments

Comments
 (0)