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 cbd30f7 commit 240ef5dCopy full SHA for 240ef5d
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.41.1
5
+------
6
+Fix a regression where if multiple tables are created in a single migration
7
+file, it could potentially fail by applying them in the wrong order.
8
+
9
0.41.0
10
------
11
Fixed a bug where if ``all_columns`` was used two or more levels deep, it would
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.41.0"
+__VERSION__ = "0.41.1"
0 commit comments