Rename Token to GameToken

This commit is contained in:
jvyden 2021-11-20 00:27:39 -05:00
parent bb4cecee2e
commit d11309b027
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
48 changed files with 791 additions and 96 deletions

View file

@ -412,7 +412,7 @@ namespace ProjectLighthouse.Migrations
b.ToTable("Scores");
});
modelBuilder.Entity("LBPUnion.ProjectLighthouse.Types.Token", b =>
modelBuilder.Entity("LBPUnion.ProjectLighthouse.Types.GameToken", b =>
{
b.Property<int>("TokenId")
.ValueGeneratedOnAdd()