This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
arka-mvp/order/migrations/0019_remove_orderrespond_comment.py
2022-10-03 01:41:53 +03:00

18 lines
350 B
Python

# Generated by Django 4.1.1 on 2022-10-02 15:55
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('order', '0018_alter_orderimage_image_orderrespond'),
]
operations = [
migrations.RemoveField(
model_name='orderrespond',
name='comment',
),
]