This commit is contained in:
Alan Moon 2025-12-14 20:24:33 -08:00
parent 81e01827cb
commit 9b971e8985

View File

@ -45,7 +45,7 @@ namespace qtc_api.Data
builder.Entity<User>().HasMany(e => e.OwnedStoreItems);
builder.Entity<User>()
.Property<string>("_tagsString")
.Property<string>("_tagString")
.HasColumnName("Tags");
// Rooms (no relations)