new migration

This commit is contained in:
2025-11-27 13:41:55 +01:00
parent 1c0432a2c4
commit 86c5d6ae7b
3 changed files with 2007 additions and 2 deletions

View File

@@ -1182,8 +1182,8 @@ namespace PyroFetes.Migrations
b.Property<string>("Password")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)");
.HasMaxLength(60)
.HasColumnType("nvarchar(60)");
b.Property<string>("Salt")
.IsRequired()