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 976263e commit 46281c9Copy full SHA for 46281c9
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
===========
4
5
+.. _v1_2_1:
6
+
7
+1.2.1 (2019-06-20)
8
+------------------
9
10
+- Check the column exists before attempting to add a foreign key (`#29 <https://github.com/simonw/sqlite-utils/issues/29>`__)
11
12
.. _v1_2:
13
14
1.2 (2019-06-12)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "1.2"
+VERSION = "1.2.1"
def get_long_description():
0 commit comments