Skip to content

Commit

Permalink
Remove certificate template legacy (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein authored Jan 20, 2025
1 parent cbe2bd2 commit 739f5cb
Show file tree
Hide file tree
Showing 9 changed files with 4,521 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Gameboard.Api/Data/Entities/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class Game : IEntity
public DateTimeOffset GameEnd { get; set; }
public string GameMarkdown { get; set; }
public string FeedbackConfig { get; set; }
public string CertificateTemplateLegacy { get; set; }
public string RegistrationMarkdown { get; set; }
public DateTimeOffset RegistrationOpen { get; set; }
public DateTimeOffset RegistrationClose { get; set; }
Expand Down
Loading

0 comments on commit 739f5cb

Please sign in to comment.