backedn
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated migration to remove deprecated fields from ContentIdeas
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('planner', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
# Remove deprecated fields from ContentIdeas
|
||||
migrations.RemoveField(
|
||||
model_name='contentideas',
|
||||
name='content_structure',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='contentideas',
|
||||
name='content_type',
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user