2017 © Pedro Peláez
 

drupal-drush drush-truncate

Drush command for truncating one or many tables.

image

keyboardcowboy/drush-truncate

Drush command for truncating one or many tables.

  • Friday, August 4, 2017
  • by KeyboardCowboy
  • Repository
  • 0 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Drush Truncate

Simple drush utility to truncate database tables., (*1)

Truncate a single table:

$ drush truncate watchdog
Found 1 tables matching watchdog on yourdb.
watchdog
Truncate 1 table on yourdb? (y/n):

Truncate multiple tables:

# Use an asterisk as a wildcard.
$ drush truncate cache_entity_*
Found 5 tables matching cache_entity_* on yourdb.
cache_entity_comment
cache_entity_node
cache_entity_taxonomy_term
cache_entity_taxonomy_vocabulary
cache_entity_user
Truncate 5 tables on yourdb? (y/n):

Interactive mode lets you pick and choose.

$ drush truncate --interactive cache_entity_*
Found 5 tables matching cache_entity_* on yourdb.
Truncate yourdb.cache_entity_comment? (y/n): n
Skipped yourdb.cache_entity_comment.
Truncate yourdb.cache_entity_node? (y/n): y
Truncated yourdb.cache_entity_node.
Truncate yourdb.cache_entity_taxonomy_term? (y/n): 

The Versions

04/08 2017

dev-master

9999999-dev https://github.com/KeyboardCowboy/drush-truncate

Drush command for truncating one or many tables.

  Sources   Download

GPL-2.0+

The Requires

 

by Chris Albrecht

database drush

04/08 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/KeyboardCowboy/drush-truncate

Drush command for truncating one or many tables.

  Sources   Download

GPL-2.0+

The Requires

 

by Chris Albrecht

database drush

04/08 2017

1.0.0

1.0.0.0 https://github.com/KeyboardCowboy/drush-truncate

Drush command for truncating one or many tables.

  Sources   Download

GPL-2.0+

The Requires

 

by Chris Albrecht

database drush

14/07 2016

dev-keyboardcowboy/19-ENV_command_options

dev-keyboardcowboy/19-ENV_command_options https://github.com/KeyboardCowboy/drush-truncate

Drush command for truncating one or many tables.

  Sources   Download

GPL-2.0+

The Requires

 

by Chris Albrecht

database drush