mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 15:27:43 +02:00
19 lines
417 B
Python
19 lines
417 B
Python
# Generated by Django 3.2.4 on 2023-05-03 04:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startScan', '0034_auto_20230425_1555'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='vulnerability',
|
|
name='source',
|
|
field=models.CharField(blank=True, max_length=200, null=True),
|
|
),
|
|
]
|