create initial models and mobile test for mojtaba eshaghi
This commit is contained in:
17
apps/authentication/migrations/0006_remove_user_ownership.py
Normal file
17
apps/authentication/migrations/0006_remove_user_ownership.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.20 on 2025-05-05 08:20
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0005_user_address_user_birthdate_user_nationality_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='user',
|
||||
name='ownership',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user