diff --git a/care/users/migrations/0043_auto_20220624_1119.py b/care/users/migrations/0043_auto_20220624_1119.py new file mode 100644 index 0000000000..bf747a9fc6 --- /dev/null +++ b/care/users/migrations/0043_auto_20220624_1119.py @@ -0,0 +1,17 @@ +# Generated by Django 2.2.11 on 2022-06-24 05:49 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('users', '0042_user_created_by'), + ] + + operations = [ + migrations.AlterModelOptions( + name='localbody', + options={'verbose_name': 'Local Body', 'verbose_name_plural': 'Local Bodies'}, + ), + ]