mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Update field max length
This commit is contained in:
@ -13,6 +13,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name='order',
|
||||
name='description',
|
||||
field=models.TextField(blank=True, default=None, max_length=200, null=True),
|
||||
field=models.TextField(blank=True, default=None, max_length=240, null=True),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user