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 8b27a73 commit 9a0bc30Copy full SHA for 9a0bc30
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.14.13
5
+-------
6
+Fixing a bug with migrations which drop column defaults.
7
+
8
0.14.12
9
-------
10
* Fixing a bug where re-running ``Table.create(if_not_exists=True)`` would
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.12"
+__VERSION__ = "0.14.13"
0 commit comments