Created
January 12, 2021 14:53
-
-
Save szeidler/3b673c64daa9e8917e5b32673de622d9 to your computer and use it in GitHub Desktop.
Rollback Drupal module schema version after update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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