mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-14 05:47:41 +02:00
18 lines
355 B
Python
18 lines
355 B
Python
# Generated by Django 3.2.4 on 2023-08-01 04:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startScan', '0041_vulnerabilityreference_title'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='vulnerabilityreference',
|
|
name='title',
|
|
),
|
|
]
|