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 4fed594 commit 61f2738Copy full SHA for 61f2738
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.33.0
5
+------
6
+Fix for auto migrations when using custom primary keys (thanks to @adriangb and
7
+@aminalaee for investigating this issue).
8
+
9
0.32.0
10
------
11
Migrations can now have a description, which is shown when using
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.32.0"
+__VERSION__ = "0.33.0"
0 commit comments