From e38f240d8e0b86e59ad95ef8f7c7743772bc39a5 Mon Sep 17 00:00:00 2001 From: Stefano Lottini <236640031+sl-at-ibm@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:32:42 +0200 Subject: [PATCH] bump data api client to latest; fix column name for LatestVideo.userId --- Models/LatestVideo.cs | 1 + kv-be-csharp-dataapi-table.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Models/LatestVideo.cs b/Models/LatestVideo.cs index 62ff0db..b126cfe 100644 --- a/Models/LatestVideo.cs +++ b/Models/LatestVideo.cs @@ -18,6 +18,7 @@ public class LatestVideo public string name { get; set; } = string.Empty; [ColumnName("preview_image_location")] public string previewImageLocation { get; set; } = string.Empty; + [ColumnName("userid")] public Guid userId { get; set; } = Guid.NewGuid(); [ColumnName("content_rating")] public string contentRating { get; set; } = string.Empty; diff --git a/kv-be-csharp-dataapi-table.csproj b/kv-be-csharp-dataapi-table.csproj index dddedb3..d7571e2 100644 --- a/kv-be-csharp-dataapi-table.csproj +++ b/kv-be-csharp-dataapi-table.csproj @@ -10,7 +10,7 @@ - +