mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-08 16:16:40 +00:00
23 lines
537 B
Python
23 lines
537 B
Python
# Generated by Django 4.1.13 on 2025-04-15 11:09
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("assets", "0017_auto_20250407_1124"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="asset",
|
|
name="directory_services",
|
|
field=models.ManyToManyField(
|
|
related_name="assets",
|
|
to="assets.directoryservice",
|
|
verbose_name="Directory services",
|
|
),
|
|
),
|
|
]
|