Using the HEAD version of Drush and 'drush schema-inspect' and get the error:
"The drush command hook naming conventions have changed; the function [error]
drush_schema_schema_inspect must be renamed to drush_schema_inspect.
The old function will be called, but this will be removed shortly."
The attached patch renames the drush_schema_schema_inspect() function to drush_schema_inspect().
| Comment | File | Size | Author |
|---|---|---|---|
| drush_schema_inpect.patch | 672 bytes | karschsp |
Comments
Comment #1
xjmThe patch applied for me and got rid of that error.
Edit: nevermind about the 2nd error.
Comment #2
xjmComment #3
karschsp commentedCommitted to the 6.x-1.x-dev branch.