Skip to content

Commit

Permalink
Fix name of postgres OverridingIdentityValues additional feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Invinsiber committed Oct 13, 2021
1 parent c05a654 commit 39e3d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace FluentMigrator.Postgres
{
public static partial class PostgresExtensions
{
public const string OverridingIdentityValues = "PostgresOverridingSystemValue";
public const string OverridingIdentityValues = "PostgresOverridingIdentityValues";

/// <summary>
/// Adds an OVERRIDING SYSTEM VALUE clause in the current <see cref="IInsertDataSyntax"/> expression.
Expand Down

0 comments on commit 39e3d49

Please sign in to comment.