Skip to content
Snippets Groups Projects
Commit 59105e4b authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[setup] Add db migration scripts to installed commands

parent 2b2d84e8
No related branches found
No related tags found
1 merge request!70Add db migration scripts to installed commands
Pipeline #29904 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