Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
feudal
feudalBackend
Commits
582252b2
Commit
582252b2
authored
Oct 29, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perform migration
parent
301b61c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
feudal/backend/migrations/0011_auto_20181029_1616.py
feudal/backend/migrations/0011_auto_20181029_1616.py
+18
-0
No files found.
feudal/backend/migrations/0011_auto_20181029_1616.py
0 → 100644
View file @
582252b2
# Generated by Django 2.1 on 2018-10-29 15:16
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'backend'
,
'0010_credentialstate'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'credentialstate'
,
name
=
'state'
,
field
=
models
.
CharField
(
choices
=
[(
'deployment_pending'
,
'Deployment Pending'
),
(
'removal_pending'
,
'Removal Pending'
),
(
'deployed'
,
'Deployed'
),
(
'not_deployed'
,
'Not Deployed'
),
(
'questionnaire'
,
'Questionnaire'
),
(
'failed'
,
'Failed'
),
(
'rejected'
,
'Rejected'
)],
default
=
'not_deployed'
,
max_length
=
50
),
),
]
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