WIP for moving everything into models
This commit is contained in:
15
core/migrations/0002_delete_channel.py
Normal file
15
core/migrations/0002_delete_channel.py
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated by Django 5.1 on 2024-09-01 02:59
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("core", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="Channel",
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user