remove subscription
This commit is contained in:
16
Main/migrations/0040_delete_subscription.py
Normal file
16
Main/migrations/0040_delete_subscription.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 3.2.4 on 2022-10-20 17:42
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Main', '0039_auto_20221013_1855'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Subscription',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user