Skip to content

Commit 1bd2c1c

Browse files
dev: downgrade ydb-node version
1 parent bd87cf2 commit 1bd2c1c

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.4.4.2
8+
image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.15.5
99
restart: always
1010
<<: *runtime
1111
volumes:

slo/src/AdoNet/SloTableContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected override async Task Create(YdbDataSource client, int operationTimeout)
3333
{
3434
CommandText = $"""
3535
CREATE TABLE `{SloTable.Name}` (
36-
Guid UUID,
36+
Guid Uuid,
3737
Id Int32,
3838
PayloadStr Text,
3939
PayloadDouble Double,

0 commit comments

Comments
 (0)