Skip to content

Commit 84234fd

Browse files
authored
[Backport stable-25-2] [docs] Edited ttl to 1H ru/en (#28970)
2 parents 18deb9b + bb6127c commit 84234fd

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)