aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-18 23:15:56 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-18 23:15:56 +0100
commitbcc5eac7ddc7dd61cab389ff31788571e92cede3 (patch)
tree5d1ad9d4713227770d0fb820529a77b9c1e3090d /phpBB/phpbb/db
parenta98f12d1fc490dc521f9fbd2652446e8f1241f4c (diff)
parent6e465c01bfe2fbd1a516d31b2b54641de7152e38 (diff)
downloadforums-bcc5eac7ddc7dd61cab389ff31788571e92cede3.tar
forums-bcc5eac7ddc7dd61cab389ff31788571e92cede3.tar.gz
forums-bcc5eac7ddc7dd61cab389ff31788571e92cede3.tar.bz2
forums-bcc5eac7ddc7dd61cab389ff31788571e92cede3.tar.xz
forums-bcc5eac7ddc7dd61cab389ff31788571e92cede3.zip
Merge pull request #4130 from marc1706/ticket/14419
[ticket/14419] Update composer dependencies and lock file * marc1706/ticket/14419: [ticket/14419] Update composer dependencies and lock file [ticket/13908] "After" clause in migration not working [ticket/13908] "After" clause in migration not working
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/tools/tools.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/tools/tools.php b/phpBB/phpbb/db/tools/tools.php
index f06871a1d7..b18df1b277 100644
--- a/phpBB/phpbb/db/tools/tools.php
+++ b/phpBB/phpbb/db/tools/tools.php
@@ -1161,6 +1161,11 @@ class tools implements tools_interface
}
}
+ if (isset($column_data['after']))
+ {
+ $return_array['after'] = $column_data['after'];
+ }
+
break;
case 'oracle':