Migration

This commit is contained in:
Michał Zieliski
2024-07-03 19:21:25 +02:00
parent cadb5e50a5
commit 80e244a72e
5 changed files with 14 additions and 38 deletions

View File

@@ -15,7 +15,6 @@ public class Layer
public Guid Id { get; init; }
[Required]
public int Number { get; init; }
[Required]
[MaxLength(50)]
public string? Name { get; set; }