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 27f014e commit b8324a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
// Convert Signed to use state.
var sql = $@"UPDATE Players
SET State = 3
WHERE Rostered = true";
WHERE Rostered = 1";

migrationBuilder.Sql(sql.ToString());

Expand Down

0 comments on commit b8324a1

Please sign in to comment.