Skip to content

Commit

Permalink
I fricked the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jun 15, 2024
1 parent f0d7f0a commit afd062a
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 @@ public partial class RemoveAccountLogTypeData : Migration

protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql("UPDATE \"AccountLog\" SET \"Data\" = \"Data\" #- '{\"Type\"}';");
migrationBuilder.Sql("UPDATE \"AccountLogs\" SET \"Data\" = \"Data\" #- '{\"Type\"}';");
}

protected override void Down(MigrationBuilder migrationBuilder)
Expand Down

0 comments on commit afd062a

Please sign in to comment.