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

Use UUID primary keys #16

Closed
wants to merge 1 commit into from
Closed

Use UUID primary keys #16

wants to merge 1 commit into from

Conversation

dralley
Copy link
Contributor

@dralley dralley commented Mar 4, 2019

@dralley
Copy link
Contributor Author

dralley commented Mar 5, 2019

The tests pass locally, it's just migrations that are erroring. We'll regenerate them when we merge this.

@@ -101,7 +101,7 @@ class MinimalTaskSerializer(TaskSerializer):

class Meta:
model = models.Task
fields = ModelSerializer.Meta.fields + ('state', 'started_at', 'finished_at',
fields = ModelSerializer.Meta.fields + ('name', 'state', 'started_at', 'finished_at',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(unrelated, but needs to be done)

@daviddavis
Copy link
Contributor

Closing in favor of #22

@daviddavis daviddavis closed this Mar 7, 2019
@dralley dralley deleted the uuid branch September 20, 2019 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants