File size: 376 Bytes
aff4b27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Django 4.2.16 on 2024-09-23 15:03

from django.db import migrations


class Migration(migrations.Migration):
    dependencies = [
        ("api", "0006_bhajan_isaudio_bhajan_iseng_bhajan_isger_and_more"),
    ]

    operations = [
        migrations.RemoveField(
            model_name="bhajancategory",
            name="svg",
        ),
    ]