Skip to content

Commit 23f2116

Browse files
fixes
1 parent 866db16 commit 23f2116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

slo/playground/configs/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-runtime: &runtime
55
network_mode: host
66

77
x-ydb-node: &ydb-node
8-
image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13
8+
image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
99
restart: always
1010
<<: *runtime
1111
volumes:

slo/src/Internal/SloTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SloTable
1717
public Guid Guid { get; set; }
1818
public int Id { get; set; }
1919

20-
public string PayloadStr { get; set; }
20+
public required string PayloadStr { get; set; }
2121
public double PayloadDouble { get; set; }
2222
public DateTime PayloadTimestamp { get; set; }
2323
}

0 commit comments

Comments
 (0)