Closed turt2live closed 7 years ago
db-migrate
uses the -c
command line parameter to determine the count if none is specified. The API is limited though, so we can't trick it by passing count
anywhere useful.
Instead, we'll just replace the internal value it parsed for -c
with undefined
so it thinks we never gave it one.
Why is -c
a problem? The matrix bridge uses it, and it points to the config file. config/config.yaml
is not a number, so it fails horribly.
I have no idea why