Socialify

Folder ..

Viewing 0006_rename_post_slug_objectdirectory_name.py
18 lines (13 loc) • 389.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Generated by Django 4.0.6 on 2022-11-22 07:30

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('ignis', '0005_remove_objectdirectory_name_and_more'),
    ]

    operations = [
        migrations.RenameField(
            model_name='objectdirectory',
            old_name='post_slug',
            new_name='name',
        ),
    ]