1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 13:35:13 +02:00

[feature/migrations] Some comments in db_tools

PHPBB3-9737
This commit is contained in:
Nathan Guse 2013-01-09 18:55:55 -06:00
parent 3d4c00619f
commit 595246f9bf

View File

@ -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