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.

19 lines
456 B

2 years ago
2 years ago
  1. # Generated by Django 3.1.6 on 2021-03-01 03:02
  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", "0006_merge_20210221_1258"),
  8. ]
  9. operations = [
  10. migrations.AlterUniqueTogether(
  11. name="rolemapping",
  12. unique_together={("user", "project")},
  13. ),
  14. ]