Skip to content

Commit

Permalink
Remove is_resigned field from Member
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsierro committed Jul 13, 2024
1 parent bc5ddb3 commit 09ad7f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions members/migrations/0050_remove_member_is_resigned.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.19 on 2024-07-13 11:32

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('members', '0049_member_is_allowed_to_open_cash_register'),
]

operations = [
migrations.RemoveField(
model_name='member',
name='is_resigned',
),
]

0 comments on commit 09ad7f4

Please sign in to comment.