summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-27 12:36:44 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-27 15:12:17 +0100
commit322560489b2d2f873c7b8bd7799efd7cf80fb28b (patch)
tree243dddc0198b86ab770772a3b6a3344f218485b1 /docs
parent2af33a0719e02806598c85deed9817c564b6817f (diff)
[1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespaces
Partial backport of 30cbd5d36. Thanks Douglas J. Reynolds for the report and initial patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 7cd366d128..fb42512166 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -170,3 +170,5 @@ Bugfixes
* Enabled the ``sqlsequencereset`` command on apps with migrations
(:ticket:`24054`).
+
+* Added tablespace SQL to apps with migrations (:ticket:`24051`).