first push
This commit is contained in:
20
RasadyaarBale/migrations/0002_user_bale_rasadyar_user.py
Normal file
20
RasadyaarBale/migrations/0002_user_bale_rasadyar_user.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 3.2.13 on 2025-05-27 12:04
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0052_auto_20250527_1204'),
|
||||
('RasadyaarBale', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='user_bale',
|
||||
name='rasadyar_user',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='rasadyar_user', to='authentication.systemuserprofile'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user