We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the init-db command only runs database migration. Since #353 it does not initialize anything, despite the documentation claiming:
init-db
init-db: init database and fill users from config file [users] sections
I would suggest to rename the command to run-migrations and fix the documentation accordingly. (Keeping "init-db" for compatibility is fine.)
run-migrations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the
init-db
command only runs database migration.Since #353 it does not initialize anything, despite the documentation claiming:
I would suggest to rename the command to
run-migrations
and fix the documentation accordingly. (Keeping "init-db" for compatibility is fine.)The text was updated successfully, but these errors were encountered: