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
e0802ef2
Unverified
Commit
e0802ef2
authored
Jul 16, 2019
by
BaiJiangJie
Committed by
GitHub
Jul 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2965 from jumpserver/dev_bai
[Update] 添加命令过滤器Model中字段name改为unique的迁移文件
parents
6eaa1bc3
018bf809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
0036_auto_20190716_1535.py
apps/assets/migrations/0036_auto_20190716_1535.py
+18
-0
No files found.
apps/assets/migrations/0036_auto_20190716_1535.py
0 → 100644
View file @
e0802ef2
# Generated by Django 2.1.7 on 2019-07-16 07:35
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'assets'
,
'0035_auto_20190711_2018'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'commandfilter'
,
name
=
'name'
,
field
=
models
.
CharField
(
max_length
=
64
,
unique
=
True
,
verbose_name
=
'Name'
),
),
]
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