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 5ae2f15 commit 31d2756Copy full SHA for 31d2756
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
## 0.16
6
7
+### 0.16.8
8
+
9
+- fix: Adds schema support to audit functions (that is, they will now be created in the schema of the table to avoid conflicts).
10
11
### 0.16.7
12
13
- feat: Add missing support for `exclude` on triggers.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sqlalchemy-declarative-extensions"
3
-version = "0.16.7"
+version = "0.16.8"
authors = [{ name = "Dan Cardin", email = "ddcardin@gmail.com" }]
description = "Library to declare additional kinds of objects not natively supported by SQLAlchemy/Alembic."
license = { file = "LICENSE" }
0 commit comments