You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
466 B

2 years ago
2 years ago
  1. # Generated by Django 3.2.8 on 2022-01-12 23:06
  2. from django.conf import settings
  3. from django.db import migrations
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. migrations.swappable_dependency(settings.AUTH_USER_MODEL),
  7. ("api", "0028_auto_20220111_0655"),
  8. ("roles", "0001_initial"),
  9. ]
  10. operations = [
  11. migrations.RenameModel(
  12. old_name="RoleMapping",
  13. new_name="Member",
  14. ),
  15. ]