try to fix migartions
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.1.4 on 2023-05-22 12:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0067_long_authors_only'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='long',
|
||||
name='published_date',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user