diff --git a/openbook_auth/migrations/0037_merge_20250326_1344.py b/openbook_auth/migrations/0037_merge_20250326_1344.py new file mode 100644 index 0000000000000000000000000000000000000000..e22a81fa4feb0d92363420aa8d88055672dbeaf9 --- /dev/null +++ b/openbook_auth/migrations/0037_merge_20250326_1344.py @@ -0,0 +1,13 @@ +# Generated by Django 5.1.7 on 2025-03-26 12:44 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("openbook_auth", "0036_merge_20250311_1255"), + ("openbook_auth", "0036_rename_userprofile_id_user_openbook_au_id_773856_idx"), + ] + + operations = []