Initial commit (Clean history)
This commit is contained in:
18
app/migrations/0211_otp_detail.py
Normal file
18
app/migrations/0211_otp_detail.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.7 on 2025-08-03 00:17
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0210_alter_otp_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='otp',
|
||||
name='detail',
|
||||
field=models.JSONField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user