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
ba3b2dbc
Commit
ba3b2dbc
authored
Sep 22, 2020
by
lukas.burgey
Browse files
Merge branch 'master' into dev
parents
ccd3a249
446773f6
Pipeline
#110445
passed with stage
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/migrations/0020_auto_20200922_1333.py
0 → 100644
View file @
ba3b2dbc
# Generated by Django 3.0.8 on 2020-09-22 11:33
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'backend'
,
'0019_deploymentstate_userinfo'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'deploymentstate'
,
name
=
'message'
,
field
=
models
.
TextField
(
default
=
''
),
),
]
feudal/backend/models/deployments.py
View file @
ba3b2dbc
...
...
@@ -388,7 +388,6 @@ class DeploymentState(models.Model):
# message for the user
message
=
models
.
TextField
(
max_length
=
300
,
default
=
''
,
)
...
...
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