We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f12ad4 commit 9024f15Copy full SHA for 9024f15
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.2.0] - 2025-10-03
8
+### Added
9
+* `notEnforced()` foreign key constraint definition (#117)
10
+
11
+### Fixed
12
+* Unit tests failed when TimescaleDB extension was not installed
13
+* `db:wipe --drop-views` could fail when TimescaleDB extension was not installed
14
15
## [3.1.0] - 2025-09-04
16
### Fixed
17
* Removed the @internal tag from column/index definition classes beause PHPStan complained when using them (#109)
0 commit comments