mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-23 10:14:57 +02:00
19 lines
412 B
Python
19 lines
412 B
Python
# Generated by Django 3.1.6 on 2021-05-05 09:36
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startScan', '0009_auto_20210505_0627'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='vulnerabilityscan',
|
|
name='http_url',
|
|
field=models.CharField(max_length=5000, null=True),
|
|
),
|
|
]
|