aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-09 18:55:55 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-09 18:55:55 -0600
commit595246f9bf17f1bef69c285ba8e78534cd91054a (patch)
treebf5b34f0945c697410ab1959f08ccce6d4a9370a /phpBB/includes/db
parent3d4c00619f1c96df7a4c6f8bc1c03eb21abf49d7 (diff)
downloadforums-595246f9bf17f1bef69c285ba8e78534cd91054a.tar
forums-595246f9bf17f1bef69c285ba8e78534cd91054a.tar.gz
forums-595246f9bf17f1bef69c285ba8e78534cd91054a.tar.bz2
forums-595246f9bf17f1bef69c285ba8e78534cd91054a.tar.xz
forums-595246f9bf17f1bef69c285ba8e78534cd91054a.zip
[feature/migrations] Some comments in db_tools
PHPBB3-9737
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r--phpBB/includes/db/db_tools.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php
index 1d6823d37a..b13d4fe978 100644
--- a/phpBB/includes/db/db_tools.php
+++ b/phpBB/includes/db/db_tools.php
@@ -685,6 +685,8 @@ class phpbb_db_tools
* Handle passed database update array.
* Expected structure...
* Key being one of the following
+ * drop_tables: Drop tables
+ * add_tables: Add tables
* change_columns: Column changes (only type, not name)
* add_columns: Add columns to a table
* drop_keys: Dropping keys