initial commit
This commit is contained in:
17
backend/hub/migrations/0005_remove_hubchannel_hub.py
Normal file
17
backend/hub/migrations/0005_remove_hubchannel_hub.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-15 01:47
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hub', '0004_remove_message_hub_hubchannel'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='hubchannel',
|
||||
name='hub',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user