From d9462069e2c9b5ec3bf85818674123a8652d1208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC?= Date: Sun, 19 Apr 2026 22:22:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=B3=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Application/Users/Register/RegisterUserCommandHandler.cs | 4 +++- .../20270419220000_AddRefreshTokenExpiry.Designer.cs | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/src/Modules/Auth/Application/Users/Register/RegisterUserCommandHandler.cs b/backend/src/Modules/Auth/Application/Users/Register/RegisterUserCommandHandler.cs index 57d4b8a..331abb9 100644 --- a/backend/src/Modules/Auth/Application/Users/Register/RegisterUserCommandHandler.cs +++ b/backend/src/Modules/Auth/Application/Users/Register/RegisterUserCommandHandler.cs @@ -69,8 +69,9 @@ internal sealed class RegisterUserCommandHandler : ICommandHandler("Bio") .HasColumnType("text"); - b.Property("Birthday") - .HasColumnType("timestamp with time zone") - .IsRequired(false); + b.Property("Birthday") + .HasColumnType("timestamp with time zone"); b.Property("CreatedAt") .HasColumnType("timestamp with time zone");