Skip to content
Snippets Groups Projects
Commit 6d5372e1 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

add migrations

parent dc784058
Branches
Tags 1.0.19
No related merge requests found
Pipeline #6600 passed
# Generated by Django 2.2.4 on 2021-03-12 20:20
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('account', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='profile',
name='extra_bits',
field=models.IntegerField(default=0),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment