Commit 47b23a36 authored by impfundev's avatar impfundev

fix: common bug in migration file

parent 417e0760
# Generated by Django 5.0.6 on 2024-07-09 07:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('members', '0006_alter_members_account_number'),
]
operations = [
migrations.AlterField(
model_name='members',
name='account_number',
field=models.CharField(default='987260160756796', editable=False, max_length=15),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment