Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created January 12, 2021 14:53
Show Gist options
  • Save szeidler/3b673c64daa9e8917e5b32673de622d9 to your computer and use it in GitHub Desktop.
Save szeidler/3b673c64daa9e8917e5b32673de622d9 to your computer and use it in GitHub Desktop.
Rollback Drupal module schema version after update
#!/bin/bash
drush php-eval "drupal_set_installed_schema_version('your_module', 8001);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment