mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-08-04 09:48:57 +00:00
Update to stable version and enhance OpenAPI configuration
Updated `ProductVersion` in `ApplicationDbContextModelSnapshot.cs` to target the stable release version `10.0.0`. Added `TinyHelpers.AspNetCore.OpenApi` to `Program.cs` and enabled OpenAPI options by uncommenting `RemoveServerList` and `AddDefaultProblemDetailsResponse`. These changes improve API documentation and error handling.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SqlDatabaseVectorSearch.Migrations
|
||||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder
|
||||
.HasAnnotation("ProductVersion", "10.0.0-rc.1.25451.107")
|
||||
.HasAnnotation("ProductVersion", "10.0.0")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 128);
|
||||
|
||||
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
|
||||
|
||||
Reference in New Issue
Block a user