Commit b9370273 by Will Daly

Merge pull request #382 from edx/will/ai-workflow-uuid-unique

Will/ai workflow uuid unique
parents 1cbe38d0 bdfa4755
......@@ -254,7 +254,7 @@ class AIWorkflow(models.Model):
abstract = True
# Unique identifier used to track this workflow
uuid = UUIDField(version=1, db_index=True)
uuid = UUIDField(version=1, db_index=True, unique=True)
# Course Entity and Item Discriminator
# Though these items are duplicated in the database tables for the submissions app,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment