From 322560489b2d2f873c7b8bd7799efd7cf80fb28b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 27 Dec 2014 12:36:44 +0100 Subject: [1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespaces Partial backport of 30cbd5d36. Thanks Douglas J. Reynolds for the report and initial patch. --- docs/releases/1.7.2.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`). -- cgit v1.3