Skip to content

Commit

Permalink
remove evaluation teams (#43)
Browse files Browse the repository at this point in the history
* remove evaluation teams
  • Loading branch information
sei-tspencer authored Apr 12, 2024
1 parent 79340ee commit de2d093
Show file tree
Hide file tree
Showing 16 changed files with 2,613 additions and 610 deletions.
1 change: 0 additions & 1 deletion Cite.Api.Data/CiteContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public CiteContext(DbContextOptions<CiteContext> options) : base(options) {
public DbSet<TeamTypeEntity> TeamTypes { get; set; }
public DbSet<TeamUserEntity> TeamUsers { get; set; }
public DbSet<EvaluationEntity> Evaluations { get; set; }
public DbSet<EvaluationTeamEntity> EvaluationTeams { get; set; }
public DbSet<MoveEntity> Moves { get; set; }
public DbSet<ActionEntity> Actions { get; set; }
public DbSet<RoleEntity> Roles { get; set; }
Expand Down
38 changes: 0 additions & 38 deletions Cite.Api.Data/Models/EvaluationTeam.cs

This file was deleted.

Loading

0 comments on commit de2d093

Please sign in to comment.