Miroca_Server
This commit is contained in:
17
auth_miroca/migrations/0006_remove_customuser_address.py
Normal file
17
auth_miroca/migrations/0006_remove_customuser_address.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.3 on 2024-11-29 13:05
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('auth_miroca', '0005_alter_customuser_address'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='customuser',
|
||||
name='address',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user