This commit is contained in:
27942
2026-02-04 15:25:04 +08:00
parent fc0679b199
commit 1b5adeaf22
33 changed files with 3597 additions and 894 deletions

View File

@@ -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'),
),
]