2025-03-03 22:30:08 -05:00
|
|
|
# Generated by Django 4.2.18 on 2025-03-03 23:16
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
|
|
("users", "0008_alter_task_type"),
|
|
|
|
("journal", "0005_csvexporter"),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
2025-03-07 15:10:42 -05:00
|
|
|
migrations.CreateModel(
|
|
|
|
name="BaseImporter",
|
|
|
|
fields=[],
|
|
|
|
options={
|
|
|
|
"proxy": True,
|
|
|
|
"indexes": [],
|
|
|
|
"constraints": [],
|
|
|
|
},
|
|
|
|
bases=("users.task",),
|
|
|
|
),
|
2025-03-03 22:30:08 -05:00
|
|
|
migrations.CreateModel(
|
|
|
|
name="CsvImporter",
|
|
|
|
fields=[],
|
|
|
|
options={
|
|
|
|
"proxy": True,
|
|
|
|
"indexes": [],
|
|
|
|
"constraints": [],
|
|
|
|
},
|
|
|
|
bases=("users.task",),
|
|
|
|
),
|
2025-03-07 15:10:42 -05:00
|
|
|
migrations.CreateModel(
|
|
|
|
name="OPMLImporter",
|
|
|
|
fields=[],
|
|
|
|
options={
|
|
|
|
"proxy": True,
|
|
|
|
"indexes": [],
|
|
|
|
"constraints": [],
|
|
|
|
},
|
|
|
|
bases=("users.task",),
|
|
|
|
),
|
|
|
|
migrations.CreateModel(
|
|
|
|
name="NdjsonImporter",
|
|
|
|
fields=[],
|
|
|
|
options={
|
|
|
|
"proxy": True,
|
|
|
|
"indexes": [],
|
|
|
|
"constraints": [],
|
|
|
|
},
|
|
|
|
bases=("journal.baseimporter",),
|
|
|
|
),
|
2025-03-03 22:30:08 -05:00
|
|
|
]
|