mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 08:20:51 +00:00
feat: face online
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.1.13 on 2024-12-11 02:33
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0003_sshkey'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='connectiontoken',
|
||||
name='face_monitor_token',
|
||||
field=models.CharField(blank=True, max_length=128, null=True, verbose_name='Face monitor token'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user