mirror of https://github.com/jumpserver/jumpserver
老广
2 years ago
committed by
GitHub
10 changed files with 24 additions and 67 deletions
@ -1,19 +0,0 @@
|
||||
# Generated by Django 3.2.16 on 2023-01-05 06:55 |
||||
|
||||
from django.db import migrations, models |
||||
import django.db.models.deletion |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('assets', '0107_automation'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='automationexecution', |
||||
name='automation', |
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='executions', to='assets.baseautomation', verbose_name='Automation task'), |
||||
), |
||||
] |
@ -1,27 +0,0 @@
|
||||
# Generated by Django 3.2.16 on 2023-01-06 07:07 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('assets', '0108_alter_automationexecution_automation'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterUniqueTogether( |
||||
name='baseautomation', |
||||
unique_together={('org_id', 'name', 'type')}, |
||||
), |
||||
migrations.AlterModelOptions( |
||||
name='asset', |
||||
options={'ordering': ['name'], |
||||
'permissions': [('refresh_assethardwareinfo', 'Can refresh asset hardware info'), |
||||
('test_assetconnectivity', 'Can test asset connectivity'), |
||||
('push_assetaccount', 'Can push account to asset'), |
||||
('test_account', 'Can verify account'), ('match_asset', 'Can match asset'), |
||||
('add_assettonode', 'Add asset to node'), |
||||
('move_assettonode', 'Move asset to node')], 'verbose_name': 'Asset'}, |
||||
), |
||||
] |
@ -1,17 +0,0 @@
|
||||
# Generated by Django 3.2.16 on 2023-01-10 06:45 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('assets', '0109_alter_baseautomation_unique_together'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='favoriteasset', |
||||
options={'verbose_name': 'Favorite Asset'}, |
||||
), |
||||
] |
Loading…
Reference in new issue