# Generated by Django 3.2.12 on 2022-12-27 08:52

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('CommonApp', '0039_notifications_category'),
    ]

    operations = [
        migrations.AddField(
            model_name='category',
            name='is_active',
            field=models.IntegerField(default=1, max_length=10),
        ),
    ]
