mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-07 22:01:28 +00:00
Rename Token to GameToken
This commit is contained in:
parent
bb4cecee2e
commit
d11309b027
48 changed files with 791 additions and 96 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue