Skip to content
Snippets Groups Projects
Commit 9d409539 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'add_migration_command' into 'master'

Add db migration scripts to installed commands

See merge request !70
parents 2b2d84e8 59105e4b
No related branches found
No related tags found
1 merge request!70Add db migration scripts to installed commands
Pipeline #29905 passed
......@@ -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",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment