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
Exception: ("No table of name '{}' exists in schema '{}'.", '_user', 'app_AppName')
py-skygear will lower case the schema as in skygear-server. refs: https://github.com/SkygearIO/skygear-server/blob/41791e25fd3fbcfd63433b8beb4c3d6836a2bc7b/pkg/server/skydb/pq/pq.go#L36
py-skygear use the envvar as it.
The text was updated successfully, but these errors were encountered:
howawong
No branches or pull requests
Exception: ("No table of name '{}' exists in schema '{}'.", '_user', 'app_AppName')
Expected Results
py-skygear will lower case the schema as in skygear-server. refs: https://github.com/SkygearIO/skygear-server/blob/41791e25fd3fbcfd63433b8beb4c3d6836a2bc7b/pkg/server/skydb/pq/pq.go#L36
Actual Results
py-skygear use the envvar as it.
Steps to reproduce
The text was updated successfully, but these errors were encountered: