forked from sanchezvem/PyroFetes
new migration
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user