ConceptPortal-public/rsconcept/backend/apps/library/migrations/0004_delete_subscription.py
Ivan b1f4f90b95
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
F: Remove subscriptions and notification icon
2024-08-20 15:12:03 +03:00

17 lines
313 B
Python

# Generated by Django 5.1 on 2024-08-20 11:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('library', '0003_alter_librarytemplate_lib_source'),
]
operations = [
migrations.DeleteModel(
name='Subscription',
),
]