Skip to content

Commit

Permalink
Added a missing migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Oct 12, 2023
1 parent 3e1ae2b commit 3a15eeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/finger/migrations/0011_remove_user_email.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.2.28 on 2023-10-12 20:00

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('finger', '0010_member_identifier'),
]

operations = [
migrations.RemoveField(
model_name='user',
name='email',
),
]

0 comments on commit 3a15eeb

Please sign in to comment.