Debug/verbose mode to db migration
Our DB schema is not documented anywhere and it's stored in .go files. There was one incident when migration failed and it was difficult to debug what exactly was going on. We need a --debug
or --verbose
flag that would print each DB migration schema before it's actually applied.