Add file cache.
[audio.git] / src / archive / migrations / 0008_remove_audiobook_youtube_file.py
1 # Generated by Django 3.0.4 on 2020-05-21 14:58
2
3 from django.db import migrations
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('archive', '0007_project_description'),
10     ]
11
12     operations = [
13         migrations.RemoveField(
14             model_name='audiobook',
15             name='youtube_file',
16         ),
17     ]