We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
admin/cli/check_database_schema.php is reporting the 'remote' column is missing:
------------------------------------------------------------------------------- block_configurable_reports * column 'remote' is missing -------------------------------------------------------------------------------
This error is appearing in versions:
We've been able to resolve this by version bumping the remote column update as well as the plugin version in version.php
remote
version.php
The text was updated successfully, but these errors were encountered:
Fix jleyva#228: Fixed remote column missing in schema check
0cae6df
Merge pull request #4 from catalyst/issue228-column-remote-missing
07f258d
Issue jleyva#228: Fix remote column missing in schema check
No branches or pull requests
admin/cli/check_database_schema.php is reporting the 'remote' column is missing:
This error is appearing in versions:
We've been able to resolve this by version bumping the
remote
column update as well as the plugin version inversion.php
The text was updated successfully, but these errors were encountered: