Socialify

Folder ..

Viewing 0006_remove_post_post_image.py
17 lines (12 loc) • 330.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Generated by Django 4.1.4 on 2022-12-31 17:21

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ("blog", "0005_alter_post_post_image"),
    ]

    operations = [
        migrations.RemoveField(
            model_name="post",
            name="post_image",
        ),
    ]