mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/migrations] Some comments in db_tools
PHPBB3-9737
This commit is contained in:
parent
3d4c00619f
commit
595246f9bf
1 changed files with 2 additions and 0 deletions
|
@ -685,6 +685,8 @@ class phpbb_db_tools
|
||||||
* Handle passed database update array.
|
* Handle passed database update array.
|
||||||
* Expected structure...
|
* Expected structure...
|
||||||
* Key being one of the following
|
* Key being one of the following
|
||||||
|
* drop_tables: Drop tables
|
||||||
|
* add_tables: Add tables
|
||||||
* change_columns: Column changes (only type, not name)
|
* change_columns: Column changes (only type, not name)
|
||||||
* add_columns: Add columns to a table
|
* add_columns: Add columns to a table
|
||||||
* drop_keys: Dropping keys
|
* drop_keys: Dropping keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue