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
ckends/postgresql_psycopg2/base.py", line 44, in execute return self.cursor.execute(query, args) django.db.utils.DatabaseError: relation "kong_hostedsite_on_servers" already exists
The text was updated successfully, but these errors were encountered:
Looks like you're running an old version of the code. I would install from trunk and run the migrate.py in the top level of the project.
Sorry, something went wrong.
(you should probably back up your DB before you do this just in case)
Just a heads-up: this occurs in the version of the project available on pypi, which is 0.1.
No branches or pull requests
ckends/postgresql_psycopg2/base.py", line 44, in execute
return self.cursor.execute(query, args)
django.db.utils.DatabaseError: relation "kong_hostedsite_on_servers" already exists
The text was updated successfully, but these errors were encountered: