# Generated by Django 4.1.2 on 2025-08-05 16:08 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('userprofile', '0002_alter_academicprofile_user_and_more'), ] operations = [ migrations.AlterModelTable( name='academicprofile', table='user_academic_profile', ), ]