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.
24 lines
526 B
24 lines
526 B
# Generated by Django 2.1.7 on 2019-06-28 12:02
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('perms', '0006_auto_20190628_1921'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='assetpermission',
|
|
name='actions',
|
|
),
|
|
migrations.RenameField(
|
|
model_name='assetpermission',
|
|
old_name='action',
|
|
new_name='actions',
|
|
),
|
|
migrations.DeleteModel('action'),
|
|
]
|