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

Function to handle renaming schemas #165

Closed
kgodey opened this issue Jun 2, 2021 · 1 comment · Fixed by #321
Closed

Function to handle renaming schemas #165

kgodey opened this issue Jun 2, 2021 · 1 comment · Fixed by #321
Assignees
Labels
ready Ready for implementation type: enhancement New feature or request

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 2, 2021

Problem

Users might want to rename schemas. We don't currently support this.

Proposed solution

A function that handles renaming of schemas in the database, including renaming references to them (foreign keys), etc.

Additional context

This should be in the db module.

@mathemancer
Copy link
Contributor

mathemancer commented Jun 3, 2021

We'll need to also touch the mathesar module, since we'll want to also change the name in the models for consistency.

edit: just saw #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation type: enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants