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
When I try and view models in the shiny app it fails due to:
databaseSettings$databaseTable = 'database_meta_table'
but the table name should be
databaseSettings$databaseTable = 'database_meta_data'
The text was updated successfully, but these errors were encountered:
I added a pull request to fix this - seems to have been an issue for a while which is odd
Sorry, something went wrong.
@jreps I'm assuming you meant to assign me to review the PR not assign me the issue. I reviewed and approved the PR.
Fixed by #490
egillax
No branches or pull requests
When I try and view models in the shiny app it fails due to:
databaseSettings$databaseTable = 'database_meta_table'
but the table name should be
databaseSettings$databaseTable = 'database_meta_data'
The text was updated successfully, but these errors were encountered: