Skip to content

Commit caa7268

Browse files
committed
Streamline migrations
Use the same layout and remove generated comments Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 175d2da commit caa7268

5 files changed

Lines changed: 0 additions & 29 deletions

vulnerabilities/migrations/0005_auto_20220329_0938.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by Django 4.0.2 on 2022-03-29 09:38
21

32
import hashlib
43
import json

vulnerabilities/migrations/0013_auto_20220503_0941.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Generated by Django 4.0.4 on 2022-05-03 09:41
2-
31
from django.db import migrations
42

53
from django.utils.http import int_to_base36

vulnerabilities/migrations/0014_remove_duplicate_severities.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
# Copyright (c) nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
5-
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
12-
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
15-
#
16-
# Generated with VulnerableCode and provided on an 'AS IS' BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
22-
231
from django.db import migrations
242
from django.db.models import Count
253
from django.db.models import Max

vulnerabilities/migrations/0017_delete_reference_to_cpes_with_empty_urls.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Generated by Django 4.0.4 on 2022-08-05 12:55
2-
31
from django.db import migrations
42

53

vulnerabilities/migrations/0020_auto_20220905_1248.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Generated by Django 4.0.4 on 2022-09-05 12:48
2-
31
from django.db import migrations
42

53

0 commit comments

Comments
 (0)