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 e19c93a commit d82af23Copy full SHA for d82af23
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.3](https://github.com/ash-project/ash_postgres/compare/v2.5.2...v2.5.3) (2025-02-14)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* handle dropping primary key columns properly
16
17
+* Ignore module conflict when compiling migration file (#482)
18
19
## [v2.5.2](https://github.com/ash-project/ash_postgres/compare/v2.5.1...v2.5.2) (2025-02-11)
20
21
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.2"
+ @version "2.5.3"
def project do
[
0 commit comments