mirror of https://github.com/jumpserver/jumpserver
Eric
2 years ago
4 changed files with 26 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 3.2.14 on 2022-11-15 05:53 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('terminal', '0058_auto_20221103_1624'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='applethostdeployment', |
||||||
|
name='task', |
||||||
|
field=models.UUIDField(null=True, verbose_name='Task'), |
||||||
|
), |
||||||
|
] |
Loading…
Reference in new issue