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
After running the SQL commands to insert tables, when I then try to run the webapp it complains of missing tables (ng_sponsors).
ng_sponsors
It seems like some tables are duplicated? For example, in the SQL currently I see sponsors and NGAP_sponsors
sponsors
NGAP_sponsors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After running the SQL commands to insert tables, when I then try to run the webapp it complains of missing tables (
ng_sponsors
).It seems like some tables are duplicated? For example, in the SQL currently I see
sponsors
andNGAP_sponsors
The text was updated successfully, but these errors were encountered: