mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Rename EventEndpoints VolunteerId to UserId
This commit is contained in:
@@ -35,7 +35,7 @@ namespace WebApp.Data
|
||||
.HasKey(es => new { es.EventId, es.SkillId });
|
||||
|
||||
builder.Entity<EventRegistration>()
|
||||
.HasKey(er => new { er.VolunteerId, er.EventId });
|
||||
.HasKey(er => new { er.UserId, er.EventId });
|
||||
|
||||
builder.Entity<MessageActivity>()
|
||||
.HasKey(ma => new { ma.Sender, ma.Recipient });
|
||||
|
||||
Reference in New Issue
Block a user