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

Cannot remove fields #7

Open
clintonb opened this issue Apr 25, 2017 · 3 comments
Open

Cannot remove fields #7

clintonb opened this issue Apr 25, 2017 · 3 comments

Comments

@clintonb
Copy link

A recent attempt to remove a field from a config model failed: https://github.com/edx/edx-platform/pull/14939. Please document the process for removing fields.

@cpennington
Copy link
Contributor

This is a subclass of the general problem: we don't have a good way to remove fields from our database models, because that requires a backwards-incompatible migration.

@cpennington
Copy link
Contributor

(And backwards-incompatible migrations are also rolling-release incompatible migrations)

@doctoryes
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants