mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-14 05:47:41 +02:00
19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 3.2.4 on 2022-04-14 19:20
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startScan', '0018_auto_20220414_1814'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='scanactivity',
|
|
name='error_message',
|
|
field=models.CharField(blank=True, max_length=300, null=True),
|
|
),
|
|
]
|