0005_rename_folder_file_father_folder.py 357 B

123456789101112131415161718
  1. # Generated by Django 3.2.7 on 2021-09-10 08:15
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('file', '0004_file_group'),
  6. ]
  7. operations = [
  8. migrations.RenameField(
  9. model_name='file',
  10. old_name='folder',
  11. new_name='father_folder',
  12. ),
  13. ]