mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-14 22:39:10 +00:00
perf: Face translate
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user