Skip to content
Snippets Groups Projects
Commit aad5dd77 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Migrate Profile model

parent 2166d06d
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.16 on 2022-10-11 20:17
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("profile", "0003_auto_20220728_1807"),
]
operations = [
migrations.AlterField(
model_name="profile",
name="updated_at",
field=models.DateTimeField(auto_now=True, null=True),
),
migrations.AlterField(
model_name="profile",
name="updated_by",
field=models.CharField(blank=True, max_length=150, null=True),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment