Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
9d409539
Commit
9d409539
authored
May 06, 2019
by
André Anjos
💬
Browse files
Merge branch 'add_migration_command' into 'master'
Add db migration scripts to installed commands See merge request
!70
parents
2b2d84e8
59105e4b
Pipeline
#29905
passed with stages
in 31 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9d409539
...
...
@@ -59,6 +59,7 @@ setup(
entry_points
=
{
"console_scripts"
:
[
"worker = beat.core.scripts.worker:main"
,
"migrate_db_to_v2 = beat.core.scripts.migrate_db_to_v2:main"
,
"bcpworker = beat.core.bcp.worker:main"
,
"bcpbroker = beat.core.bcp.broker:main"
,
]
...
...
Write
Preview
Supports
Markdown
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