initial commit
This commit is contained in:
17
apps/user/migrations/0003_remove_users_email.py
Normal file
17
apps/user/migrations/0003_remove_users_email.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.13 on 2024-07-15 13:38
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('user', '0002_alter_users_email'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='users',
|
||||
name='email',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user