This commit is contained in:
@ -0,0 +1,22 @@
|
||||
# Generated by Django 4.2.14 on 2024-11-12 13:18
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('custom_auth', '0003_customuser_nhnc_id'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='customuser',
|
||||
old_name='tenant_id_kr1',
|
||||
new_name='nhnc_api_tenant_id',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='customuser',
|
||||
name='tenant_id_kr2',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user