Skip to content

Commit 2ee1c52

Browse files
Copilotdanielgerlag
andcommitted
Update PostgreSQL ModelSnapshot ProductVersion to fix pending changes warning with EF Core 9
Co-authored-by: danielgerlag <[email protected]>
1 parent 248717c commit 2ee1c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/PostgresPersistenceProviderModelSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
1717
{
1818
#pragma warning disable 612, 618
1919
modelBuilder
20-
.HasAnnotation("ProductVersion", "8.0.19")
20+
.HasAnnotation("ProductVersion", "9.0.9")
2121
.HasAnnotation("Relational:MaxIdentifierLength", 63);
2222

2323
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);

0 commit comments

Comments
 (0)