Releases: wp-cli/db-command
Releases · wp-cli/db-command
Version 1.2.1
Version 1.2.0
- Introduces
wp db prefix
for getting the$wpdb->prefix
for a site [#22]. - Introduces
wp db search
for searching through the database for a given string [#29, #33]. - Uppercases WP
size_format()
for pre-4.6 compat [#26]. - Removes superfluous
isset()
check beforeunset()
[#27]. - Updates package with latest scaffolded components [#31].
- Uses
dist: precise
for PHP 5.3,dist: trusty
for everything else [#32].
Version 1.1.0
- Introduces
wp db size
to get the size of the database and its tables. - Adds
--exclude_tables=<tables>
option when exporting a database. - Uses
/usr/bin/env mysql
instead ofmysql
when calling MySQL executable. - Clarifies this command as a bundled command.
Version 1.0.1
- Adds database name to confirmation prompts for
wp db drop
andwp db reset
commands.
Version 1.0.0
- Initial release.