Created
July 19, 2017 14:48
-
-
Save init90/73a10f80f8f355bb74929bcc2cf48ed5 to your computer and use it in GitHub Desktop.
drupal work with update scheme version
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
| drush ev "echo drupal_get_installed_schema_version('bendrijusistema')"; | |
| drupal_set_installed_schema_version('bendrijusistema', 8001); | |
| drupal_get_installed_schema_version('bendrijusistema'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment