Open
Description
Describe the bug
In the schema setup job, it creates a database only.
this is not enough.
The below step should also be executed
./cadence-sql-tool --ep $SQL_HOST_ADDR -p $port --plugin mysql --db cadence setup-schema -v 0.0 -- this sets up just the schema version tables with initial version of 0.0
See docs
Steps to reproduce the issue: https://github.com/uber/cadence/blob/master/tools/sql/README.md
I haven’t run it myself, but the issue is reported by users
Expected behavior
The setup schema command should be run to create schema version tables
Screenshots
Additional context
Metadata
Metadata
Assignees
Labels
No labels