Skip to content
New issue

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

Console status #88

Closed
wants to merge 31 commits into from
Closed

Console status #88

wants to merge 31 commits into from

Conversation

ondraondra81
Copy link
Contributor

new commad what show migrations statuse (executed vs waiting migrations)

mrtnzlml and others added 29 commits March 13, 2017 14:57
Time in printers is printed in milliseconds but it's actually measured in seconds. This change fixes this incompatibility.
Printers: fix duration time unit
Enginer\Runner first tries to Driver::lock() which throws
LockException. However, this exception was caught and Driver::unlock()
was called.

Issue:
- process A starts migrations, which creates a lock table
- process B also attempts to start migrations, but fails to acquire
  the lock and incorrectly removes the lock table
- process C can now also acquire the lock, even though process A did
  not yet release it
fix lock released after it cannot be acquired
doc: added information about migrations ordering
…onsole_status

# Conflicts:
#	src/Bridges/NetteDI/MigrationsExtension.php
@ondraondra81
Copy link
Contributor Author

#28

…nto console_status

* 'console_status' of github.com:ondraondra81/migrations:
  Code formating
@ondraondra81 ondraondra81 deleted the console_status branch September 20, 2018 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants