mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
18 lines
401 B
Python
18 lines
401 B
Python
# Generated by Django 4.1.13 on 2025-04-21 06:15
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('terminal', '0006_endpoint_oracle_port'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddIndex(
|
|
model_name='command',
|
|
index=models.Index(fields=['timestamp', 'org_id'], name='idx_timestamp_org'),
|
|
),
|
|
]
|