Commit 3091e587 authored by Joseph Izon's avatar Joseph Izon 💀

fix id_num

parent 2cbf038e
# Generated by Django 3.2.12 on 2022-05-27 03:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('homepage', '0008_alter_widgetuser_id_num'),
]
operations = [
migrations.AlterField(
model_name='widgetuser',
name='id_num',
field=models.CharField(default='', max_length=7),
),
]
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