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
507 B
24 lines
507 B
# Generated by Django 2.2.7 on 2020-01-06 07:34 |
|
|
|
from django.db import migrations |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('assets', '0046_auto_20191218_1705'), |
|
] |
|
|
|
operations = [ |
|
migrations.CreateModel( |
|
name='AssetUser', |
|
fields=[ |
|
], |
|
options={ |
|
'proxy': True, |
|
'indexes': [], |
|
'constraints': [], |
|
}, |
|
bases=('assets.authbook',), |
|
), |
|
]
|
|
|