Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
tower
Commits
d4b2111c
Commit
d4b2111c
authored
Nov 10, 2020
by
EKbfh
🐼
Browse files
Fix playbook_link
parent
97d31d6f
Pipeline
#28408
passed with stages
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tower/migrations/038_change_playbook_repo_to_noc.py
View file @
d4b2111c
...
...
@@ -10,7 +10,7 @@ def migrate(migrator):
db_table
=
"environment"
name
=
CharField
(
unique
=
True
)
config_order
=
CharField
()
playbook_link
=
CharField
()
if
len
(
Environment
.
select
())
!=
0
:
for
env
in
Environment
.
select
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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