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
Here's what we would do in septentrion migrate, in order. The idea is that as much as possible, we avoid mixing decision making and I/O.
septentrion migrate
migrate(fixtures before schema)
migrate(schema)
migrate(fixtures after schema)
migrate(migration)
def migrate(migration):
\timing
The text was updated successfully, but these errors were encountered:
migrate will yield at every statement, with some info regarding the execution. The caller will receive a list of event, and can then display them.
migrate
Sorry, something went wrong.
No branches or pull requests
Here's what we would do in
septentrion migrate
, in order.The idea is that as much as possible, we avoid mixing decision making and I/O.
migrate(fixtures before schema)
migrate(schema)
migrate(fixtures after schema)
migrate(migration)
def migrate(migration):
\timing
), etc)The text was updated successfully, but these errors were encountered: