2
0

0001_initial.py 545 B

1234567891011121314151617181920212223242526
  1. # Generated by Django 5.1.1 on 2024-09-10 05:05
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. initial = True
  5. dependencies = [
  6. ('core', '0074_alter_snapshot_downloaded_at'),
  7. ]
  8. operations = [
  9. migrations.CreateModel(
  10. name='SinglefileResult',
  11. fields=[
  12. ],
  13. options={
  14. 'proxy': True,
  15. 'indexes': [],
  16. 'constraints': [],
  17. },
  18. bases=('core.archiveresult',),
  19. ),
  20. ]