Skip to content

Commit

Permalink
Another migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Oct 12, 2023
1 parent 75002ab commit 16ef99b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/finger/migrations/0012_auto_20231012_2216.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.2.28 on 2023-10-12 20:16

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('finger', '0011_remove_user_email'),
]

operations = [
migrations.AlterField(
model_name='member',
name='payed_year',
field=models.PositiveSmallIntegerField(blank=True, help_text='The year the member has valid paid membership to.', null=True, verbose_name='Paid Year'),
),
]

0 comments on commit 16ef99b

Please sign in to comment.