Method | Description | |
---|---|---|
convert ( $args, $assoc_args ) | Convert site using utf8 to use utf8mb4 |
Method | Description | |
---|---|---|
get_tables ( ) | Populate array of tables to possibly convert | |
maybe_convert_table_to_utf8mb4 ( $table ) | If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4. |
public convert ( $args, $assoc_args ) |