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.
19 lines
432 B
19 lines
432 B
# Generated by Django 2.2.7 on 2020-01-19 07:29
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0048_auto_20191230_1512'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='systemuser',
|
|
name='sftp_root',
|
|
field=models.CharField(default='tmp', max_length=128, verbose_name='SFTP Root'),
|
|
),
|
|
]
|