changes
This commit is contained in:
21
app/migrations/0003_delete_news.py
Normal file
21
app/migrations/0003_delete_news.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# app/migrations/0003_delete_news.py
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0002_cloud_instance_customer_wallet_datacenter_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.SeparateDatabaseAndState(
|
||||
state_operations=[
|
||||
migrations.DeleteModel(
|
||||
name='News',
|
||||
),
|
||||
],
|
||||
database_operations=[],
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user