type
This commit is contained in:
parent
81e01827cb
commit
9b971e8985
@ -45,7 +45,7 @@ namespace qtc_api.Data
|
|||||||
builder.Entity<User>().HasMany(e => e.OwnedStoreItems);
|
builder.Entity<User>().HasMany(e => e.OwnedStoreItems);
|
||||||
|
|
||||||
builder.Entity<User>()
|
builder.Entity<User>()
|
||||||
.Property<string>("_tagsString")
|
.Property<string>("_tagString")
|
||||||
.HasColumnName("Tags");
|
.HasColumnName("Tags");
|
||||||
|
|
||||||
// Rooms (no relations)
|
// Rooms (no relations)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user