Skip to content

Commit

Permalink
Merge pull request #339 from GeoWerkstatt/default-db-schema
Browse files Browse the repository at this point in the history
Update db model snapshot
  • Loading branch information
danjov authored Mar 8, 2024
2 parents c17b16f + d148608 commit 3e9fec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/EwsContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.HasDefaultSchema("bohrung");
modelBuilder.HasPostgresExtension("postgis");
base.OnModelCreating(modelBuilder);
}

/// <inheritdoc />
Expand Down
2 changes: 1 addition & 1 deletion src/Migrations/EwsContextModelSnapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
#pragma warning disable 612, 618
modelBuilder
.HasDefaultSchema("bohrung")
.HasAnnotation("ProductVersion", "6.0.5")
.HasAnnotation("ProductVersion", "8.0.2")
.HasAnnotation("Relational:MaxIdentifierLength", 63);

NpgsqlModelBuilderExtensions.HasPostgresExtension(modelBuilder, "postgis");
Expand Down

0 comments on commit 3e9fec7

Please sign in to comment.