Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
5e6a0d4d
Commit
5e6a0d4d
authored
Feb 20, 2020
by
Lukas Burgey
Browse files
Remove migration
parent
6f49a9fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/migrations/0014_auto_20200206_1349.py
deleted
100644 → 0
View file @
6f49a9fc
# Generated by Django 2.2.7 on 2020-02-06 12:49
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'backend'
,
'0013_auto_20200130_1528'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'deploymentstate'
,
name
=
'failed_attempts'
,
field
=
models
.
PositiveSmallIntegerField
(
default
=
0
),
),
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'
),
(
'failed_permanently'
,
'Failed permanently'
),
(
'rejected'
,
'Rejected'
)],
default
=
'not_deployed'
,
max_length
=
50
),
),
migrations
.
AlterField
(
model_name
=
'deploymentstate'
,
name
=
'state'
,
field
=
models
.
CharField
(
choices
=
[(
'deployment_pending'
,
'Deployment Pending'
),
(
'removal_pending'
,
'Removal Pending'
),
(
'deployed'
,
'Deployed'
),
(
'not_deployed'
,
'Not Deployed'
),
(
'questionnaire'
,
'Questionnaire'
),
(
'failed'
,
'Failed'
),
(
'failed_permanently'
,
'Failed permanently'
),
(
'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