Skip to content

Commit

Permalink
Redid the migration order to align with person migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Oct 26, 2024
1 parent 4073ffe commit 9893c9f
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 72 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion API/Data/Migrations/DataContextModelSnapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ partial class DataContextModelSnapshot : ModelSnapshot
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "8.0.8");
modelBuilder.HasAnnotation("ProductVersion", "8.0.10");

modelBuilder.Entity("API.Entities.AppRole", b =>
{
Expand Down
19 changes: 18 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,24 @@
],
"responses": {
"200": {
"description": "OK"
"description": "OK",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/KoreaderBookDto"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/KoreaderBookDto"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/KoreaderBookDto"
}
}
}
}
}
}
Expand Down

0 comments on commit 9893c9f

Please sign in to comment.