Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 3, 2023
2 parents b7f78db + 68efef4 commit 3c96854
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
table: "id_entity",
type: "INTEGER",
nullable: false,
defaultValue: (byte)0);
defaultValue: (byte) 0);
}

/// <inheritdoc />
Expand All @@ -26,4 +26,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
table: "id_entity");
}
}
}
}

0 comments on commit 3c96854

Please sign in to comment.