perf: Face translate

This commit is contained in:
feng
2025-06-12 18:53:15 +08:00
committed by ZhaoJiSen
parent 4e7cd37c1d
commit 61c54314d7
13 changed files with 40 additions and 39 deletions

View File

@@ -1,8 +1,9 @@
# Generated by Django 4.1.13 on 2024-11-08 03:33
import common.db.fields
from django.db import migrations
import common.db.fields
class Migration(migrations.Migration):
@@ -14,6 +15,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='user',
name='face_vector',
field=common.db.fields.EncryptTextField(blank=True, max_length=2048, null=True, verbose_name='Face Vector'),
field=common.db.fields.EncryptTextField(blank=True, max_length=2048, null=True, verbose_name='Face vector'),
),
]