We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecf425 commit 0650c2aCopy full SHA for 0650c2a
db_mutex/models.py
@@ -11,7 +11,7 @@ class DBMutex(models.Model):
11
:type creation_time: datetime
12
:param creation_time: The creation time of the mutex lock
13
"""
14
- lock_id = models.CharField(max_length=256, unique=True)
+ lock_id = models.CharField(max_length=255, unique=True)
15
creation_time = models.DateTimeField(auto_now_add=True)
16
17
class Meta:
0 commit comments