Skip to content

Commit cec24bf

Browse files
committed
[#1048] Fixed migrations
1 parent ce73473 commit cec24bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/open_inwoner/openzaak/migrations/0006_auto_20230123_1518.py renamed to src/open_inwoner/openzaak/migrations/0006_auto_20230123_1619.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 3.2.15 on 2023-01-23 14:18
1+
# Generated by Django 3.2.15 on 2023-01-23 15:19
22

33
from django.db import migrations, models
44
import django_better_admin_arrayfield.models.fields
@@ -16,7 +16,7 @@ class Migration(migrations.Migration):
1616
name="allowed_file_extensions",
1717
field=django_better_admin_arrayfield.models.fields.ArrayField(
1818
base_field=models.CharField(
19-
max_length=255, verbose_name="Allowed file extensions"
19+
max_length=8, verbose_name="Allowed file extensions"
2020
),
2121
default=[
2222
"pdf",

0 commit comments

Comments
 (0)