Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
dc4bf669
Commit
dc4bf669
authored
May 28, 2019
by
BaiJiangJie
Committed by
老广
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改RemoteApp迁移文件 (#2742)
parent
059a8de4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
0001_initial.py
apps/applications/migrations/0001_initial.py
+1
-1
No files found.
apps/applications/migrations/0001_initial.py
View file @
dc4bf669
...
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
...
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
(
'org_id'
,
models
.
CharField
(
blank
=
True
,
db_index
=
True
,
default
=
''
,
max_length
=
36
,
verbose_name
=
'Organization'
)),
(
'org_id'
,
models
.
CharField
(
blank
=
True
,
db_index
=
True
,
default
=
''
,
max_length
=
36
,
verbose_name
=
'Organization'
)),
(
'id'
,
models
.
UUIDField
(
default
=
uuid
.
uuid4
,
primary_key
=
True
,
serialize
=
False
)),
(
'id'
,
models
.
UUIDField
(
default
=
uuid
.
uuid4
,
primary_key
=
True
,
serialize
=
False
)),
(
'name'
,
models
.
CharField
(
max_length
=
128
,
verbose_name
=
'Name'
)),
(
'name'
,
models
.
CharField
(
max_length
=
128
,
verbose_name
=
'Name'
)),
(
'type'
,
models
.
CharField
(
choices
=
[(
'Browser'
,
((
'chrome'
,
'Chrome'
),)),
(
'Database tools'
,
((
'mysql_workbench'
,
'MySQL Workbench'
),)),
(
'Virtualization tools'
,
((
'vmware_client'
,
'
VMwa
re Client'
),)),
(
'custom'
,
'Custom'
)],
default
=
'chrome'
,
max_length
=
128
,
verbose_name
=
'App type'
)),
(
'type'
,
models
.
CharField
(
choices
=
[(
'Browser'
,
((
'chrome'
,
'Chrome'
),)),
(
'Database tools'
,
((
'mysql_workbench'
,
'MySQL Workbench'
),)),
(
'Virtualization tools'
,
((
'vmware_client'
,
'
vSphe
re Client'
),)),
(
'custom'
,
'Custom'
)],
default
=
'chrome'
,
max_length
=
128
,
verbose_name
=
'App type'
)),
(
'path'
,
models
.
CharField
(
max_length
=
128
,
verbose_name
=
'App path'
)),
(
'path'
,
models
.
CharField
(
max_length
=
128
,
verbose_name
=
'App path'
)),
(
'params'
,
common
.
fields
.
model
.
EncryptJsonDictTextField
(
blank
=
True
,
default
=
{},
max_length
=
4096
,
null
=
True
,
verbose_name
=
'Parameters'
)),
(
'params'
,
common
.
fields
.
model
.
EncryptJsonDictTextField
(
blank
=
True
,
default
=
{},
max_length
=
4096
,
null
=
True
,
verbose_name
=
'Parameters'
)),
(
'created_by'
,
models
.
CharField
(
blank
=
True
,
max_length
=
32
,
null
=
True
,
verbose_name
=
'Created by'
)),
(
'created_by'
,
models
.
CharField
(
blank
=
True
,
max_length
=
32
,
null
=
True
,
verbose_name
=
'Created by'
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment