Skip to content

Commit

Permalink
task/WP-109-remove-unused-django-fields-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Grafft committed Oct 18, 2023
1 parent bc205f1 commit 89c4b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/portal/apps/accounts/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Migration(migrations.Migration):
name='PortalProfile',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('ethnicity', models.CharField(max_length=255)),
('gender', models.CharField(max_length=255)),
('setup_complete', models.BooleanField(default=False)),
('user', models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, related_name='profile', to=settings.AUTH_USER_MODEL)),
],
Expand Down

0 comments on commit 89c4b29

Please sign in to comment.