Remove Team.Number

Add Team.Identifier
This commit is contained in:
2025-10-03 12:47:05 -04:00
parent 05e5e69d0b
commit 6407dfca71
15 changed files with 338 additions and 43 deletions
+2 -4
View File
@@ -163,10 +163,8 @@ namespace Data.Migrations
b.Property<int>("EventId")
.HasColumnType("INTEGER");
b.Property<int?>("Number")
.HasColumnType("INTEGER");
b.Property<string>("TeamId")
b.Property<string>("Identifier")
.HasMaxLength(32)
.HasColumnType("TEXT");
b.HasKey("Id");