We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866db16 commit 23f2116Copy full SHA for 23f2116
slo/playground/configs/compose.yaml
@@ -5,7 +5,7 @@ x-runtime: &runtime
5
network_mode: host
6
7
x-ydb-node: &ydb-node
8
- image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13
+ image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
9
restart: always
10
<<: *runtime
11
volumes:
slo/src/Internal/SloTable.cs
@@ -17,7 +17,7 @@ public class SloTable
17
public Guid Guid { get; set; }
18
public int Id { get; set; }
19
20
- public string PayloadStr { get; set; }
+ public required string PayloadStr { get; set; }
21
public double PayloadDouble { get; set; }
22
public DateTime PayloadTimestamp { get; set; }
23
}
0 commit comments