Skip to content
New issue

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

How can I change the schema in the database? #2071

Closed
williank opened this issue Feb 12, 2024 · 1 comment
Closed

How can I change the schema in the database? #2071

williank opened this issue Feb 12, 2024 · 1 comment

Comments

@williank
Copy link

williank commented Feb 12, 2024

Something like the code below within consumers or through the router?

with connection.cursor() as cursor:
        cursor.execute("SET search_path TO {}".format('altelecom'))
@carltongibson
Copy link
Member

Sorry, this isn't a channels question. Try Stack Overflow or similar.

@carltongibson carltongibson closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
@django django locked and limited conversation to collaborators Feb 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants