Skip to content

Commit

Permalink
added merged migration file nexB#1283
Browse files Browse the repository at this point in the history
Signed-off-by: 404-geek <[email protected]>
  • Loading branch information
404-geek committed Aug 20, 2024
1 parent c00b3b3 commit b97ff7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scanpipe/migrations/0068_merge_20240820_1656.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.7 on 2024-08-20 16:56

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('scanpipe', '0067_discoveredpackage_notes'),
('scanpipe', '0067_packagescore_scorecardcheck'),
]

operations = [
]

0 comments on commit b97ff7a

Please sign in to comment.