diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-29 16:23:18 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-30 08:31:18 -0500 |
| commit | a9da5dd5b6f722a230a69211ad8e00a20cafcd38 (patch) | |
| tree | c9f8e0a56452b000cc54ec618ff8035e8528e227 /docs | |
| parent | 79645529e7ce03a7eef1e51e7058a9880f83efb5 (diff) | |
[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Thanks john_scott for the report and Markus Holtermann for review.
Backport of ab4f709da4516672b0bd811f2b4d0c4ba9f5b636 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 50cd0729f2..dcb782fde9 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -181,3 +181,5 @@ Bugfixes * Supported strings escaped by third-party libraries with the ``__html__`` convention in the template engine (:ticket:`23831`). + +* Prevented extraneous ``DROP DEFAULT`` SQL in migrations (:ticket:`23581`). |
