Skip to content

Commit

Permalink
added missing migrations (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmik2003 authored Jun 24, 2022
1 parent da4ed80 commit 6024958
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions care/users/migrations/0043_auto_20220624_1119.py
Original file line number Diff line number Diff line change
@@ -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'},
),
]

0 comments on commit 6024958

Please sign in to comment.