17 lines
327 B
Python
17 lines
327 B
Python
# Generated by Django 5.1.5 on 2025-01-24 17:14
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0004_alter_article_id'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='comment',
|
|
name='updated_at',
|
|
),
|
|
]
|