Skip to content

Commit

Permalink
Update migration #444
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Aug 15, 2022
1 parent 3f1b24a commit d8c9287
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.0.6 on 2022-08-04 18:38
# Generated by Django 4.0.6 on 2022-08-09 18:18

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('scanpipe', '0019_auto_20220804_1836'),
('scanpipe', '0020_alter_codebaseresource_name'),
]

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

0 comments on commit d8c9287

Please sign in to comment.