Issue #1703184 by m-abshir: Clarify parameter docs in db_rename_table function
parent
09e2297758
commit
ac0708aed4
|
@ -671,7 +671,7 @@ function _db_create_keys_sql($spec) {
|
|||
* Renames a table.
|
||||
*
|
||||
* @param $table
|
||||
* The table to be renamed.
|
||||
* The current name of the table to be renamed.
|
||||
* @param $new_name
|
||||
* The new name for the table.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue