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

allow custom column types in migrations #69

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Conversation

dantownsend
Copy link
Member

Users can create their own Column subclasses, but they wouldn't work with migrations.

#55

This change fixes that, by storing a direct reference to a column in the migration, rather than a string.

@dantownsend dantownsend merged commit 644d427 into master Feb 10, 2021
@dantownsend dantownsend deleted the custom_columns branch December 9, 2021 13:20
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

Successfully merging this pull request may close these issues.

None yet

1 participant