Skip to content

Commit 1264008

Browse files
committed
Update migration #444
Signed-off-by: Jono Yang <[email protected]>
1 parent 5d14bb3 commit 1264008

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 4.0.6 on 2022-08-04 18:38
1+
# Generated by Django 4.0.6 on 2022-08-09 18:18
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('scanpipe', '0019_auto_20220804_1836'),
9+
('scanpipe', '0020_alter_codebaseresource_name'),
1010
]
1111

1212
operations = [
@@ -15,9 +15,4 @@ class Migration(migrations.Migration):
1515
name='package_data',
1616
field=models.JSONField(blank=True, default=list, help_text='List of Package data detected from this CodebaseResource'),
1717
),
18-
migrations.AlterField(
19-
model_name='codebaseresource',
20-
name='name',
21-
field=models.CharField(blank=True, help_text='File or directory name of this resource with its extension.', max_length=255),
22-
),
2318
]

0 commit comments

Comments
 (0)