mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
773 B
35 lines
773 B
# Generated by Django 3.2.14 on 2022-12-05 08:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ops', '0027_auto_20221024_1709'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='job',
|
|
old_name='owner',
|
|
new_name='creator',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='adhoc',
|
|
name='org_id',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='job',
|
|
name='org_id',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='jobexecution',
|
|
name='org_id',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='playbook',
|
|
name='org_id',
|
|
),
|
|
]
|