mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
17 lines
301 B
Python
17 lines
301 B
Python
# Generated by Django 3.0.6 on 2020-05-21 16:21
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startScan', '0003_backgroundscan'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='BackgroundScan',
|
|
),
|
|
]
|