small campaign progress
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9f9be13215
commit
96657989c8
18 changed files with 439 additions and 89 deletions
|
@ -7,7 +7,7 @@ namespace Sledgemapper.Api.Core.Entities
|
|||
{
|
||||
[Index(nameof(CampaignName), nameof(OwnerId), IsUnique = true)]
|
||||
public class Campaign
|
||||
{
|
||||
{
|
||||
public Guid CampaignId { get; set; }
|
||||
public string CampaignName { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue