mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 10:26:16 +00:00
19 lines
452 B
Python
19 lines
452 B
Python
# Generated by Django 4.2.2 on 2023-07-19 11:00
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('junior', '0015_rename_total_task_points_juniorpoints_total_points'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='juniorpoints',
|
|
name='referral_points',
|
|
field=models.IntegerField(blank=True, default=0, null=True),
|
|
),
|
|
]
|