Skip to content

Commit

Permalink
Updated unit test to PostgreSQL latest == 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Oct 7, 2021
1 parent 0a44f35 commit 228d5d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public GrateMigrator GetMigrator(string databaseName, bool createDatabase, Known
return GetMigrator(config);
}

public string ExpectedVersionPrefix => "PostgreSQL 13.";
public string ExpectedVersionPrefix => "PostgreSQL 14.";
}
}

0 comments on commit 228d5d4

Please sign in to comment.