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 11b22bf commit 8ecf425Copy full SHA for 8ecf425
db_mutex/migrations/0001_initial.py
@@ -14,7 +14,7 @@ class Migration(migrations.Migration):
14
name='DBMutex',
15
fields=[
16
('id', models.AutoField(serialize=False, auto_created=True, verbose_name='ID', primary_key=True)),
17
- ('lock_id', models.CharField(unique=True, max_length=256)),
+ ('lock_id', models.CharField(unique=True, max_length=255)),
18
('creation_time', models.DateTimeField(auto_now_add=True)),
19
],
20
options={
0 commit comments