turt2live / matrix-appservice-instagram-media

Bridges Instagram posts to Matrix (chat not supported)
GNU General Public License v3.0
12 stars 0 forks source link

Migrations aren't being run on startup anymore #11

Closed turt2live closed 7 years ago

turt2live commented 7 years ago

I have no idea why

turt2live commented 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.