aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-01-17 23:28:29 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-01-17 23:28:29 +0100
commit0c34641abd8f17331fa00b9d847549ce1e5d99e9 (patch)
tree9f6127f6395c6afb0521ee15145e758594ee60c4 /phpBB/phpbb/db
parent12a10de0d1b6ac053caa7689d4bb6f1ea437f0f1 (diff)
parent56f47c13440be49b5e9c73b3e656dc8c9bdfc974 (diff)
downloadforums-0c34641abd8f17331fa00b9d847549ce1e5d99e9.tar
forums-0c34641abd8f17331fa00b9d847549ce1e5d99e9.tar.gz
forums-0c34641abd8f17331fa00b9d847549ce1e5d99e9.tar.bz2
forums-0c34641abd8f17331fa00b9d847549ce1e5d99e9.tar.xz
forums-0c34641abd8f17331fa00b9d847549ce1e5d99e9.zip
Merge pull request #3718 from javiexin/ticket/13908
[ticket/13908] "After" clause in migration not working
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/tools.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/tools.php b/phpBB/phpbb/db/tools.php
index 775deccc30..e76e7b0e18 100644
--- a/phpBB/phpbb/db/tools.php
+++ b/phpBB/phpbb/db/tools.php
@@ -1533,6 +1533,11 @@ class tools
}
}
+ if (isset($column_data['after']))
+ {
+ $return_array['after'] = $column_data['after'];
+ }
+
break;
case 'oracle':