Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update 20220703025848_AddPlayerStateRosteredToFreeAgent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsampica authored Jul 6, 2022
1 parent eb45c09 commit 27f014e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
{
// Convert Signed to use state.
var sql = $@"UPDATE Players
SET State = 2
SET State = 3
WHERE Rostered = true";

migrationBuilder.Sql(sql.ToString());
Expand Down

0 comments on commit 27f014e

Please sign in to comment.