mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 09:04:54 +00:00
jira-34 referral code validation API
This commit is contained in:
18
junior/migrations/0016_juniorpoints_referral_points.py
Normal file
18
junior/migrations/0016_juniorpoints_referral_points.py
Normal file
@ -0,0 +1,18 @@
|
||||
# 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),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user