Skip to content

Commit

Permalink
More autotags
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Sep 19, 2024
1 parent d1aa29d commit c8c619a
Show file tree
Hide file tree
Showing 12 changed files with 3,948 additions and 33 deletions.
1 change: 0 additions & 1 deletion src/Gameboard.Api/Data/Entities/SupportSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public class SupportSettings : IEntity
{
public string Id { get; set; }
public ICollection<SupportSettingsAutoTag> AutoTags { get; set; } = [];
public string AutoTagPracticeTicketsWith { get; set; }
public string SupportPageGreeting { get; set; }
public DateTimeOffset UpdatedOn { get; set; }

Expand Down
3 changes: 0 additions & 3 deletions src/Gameboard.Api/Data/GameboardDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ protected override void OnModelCreating(ModelBuilder builder)
b
.Property(b => b.UpdatedOn)
.IsRequired();
b
.Property(b => b.AutoTagPracticeTicketsWith)
.HasStandardNameLength();
b
.HasOne(b => b.UpdatedByUser)
Expand Down
Loading

0 comments on commit c8c619a

Please sign in to comment.