haha
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.27 on 2026-02-03 09:33
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0005_add_user_id'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddIndex(
|
||||
model_name='user',
|
||||
index=models.Index(fields=['user_id'], name='users_user_id_83dd09_idx'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user