mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
18 lines
434 B
Python
18 lines
434 B
Python
# Generated by Django 6.0.5 on 2026-05-27 20:40
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("machine", "0015_process_progress_indexes"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="process",
|
|
name="delete_at",
|
|
field=models.DateTimeField(blank=True, db_index=True, default=None, null=True),
|
|
),
|
|
]
|