We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c146df7 commit dffc037Copy full SHA for dffc037
1 file changed
ReleaseNotes.md
@@ -2,8 +2,9 @@
2
3
## 5.2.0
4
5
-- BREAKING CHANGE from 5.1.0: changed CreatePostgreSqlUniqueDatabaseOptions to CreatePostgreSqlUniqueClassOptions to match other usages
+- BREAKING CHANGE from 5.1.0: changed `CreatePostgreSqlUniqueDatabaseOptions` to `CreatePostgreSqlUniqueClassOptions` to match other usages
6
- Extra checks on the length of the PostgreSQL database as there is a 64 char limit
7
+- Also improved the PostgreSQL `EnsureClean` code to make it easier for testing migrations in your tests
8
9
## 5.1.0
10
0 commit comments