Jan Škrášek
Jan Škrášek
Such command should show: - which migrations needs to be exectured - if there is any problem with groups, execution order, checksum problems, etc.
https://github.com/nextras/migrations/commit/d46cbd649df0def60e5630e9943fba3ab432ed93#commitcomment-24528344
This is caused by MySQLDump class from https://github.com/dg/MySQL-dump (Signaly.cz are affected by this bug, local development loose invalidateAuthorizationCache functions)
Migrations of procedures/functions are not done as *delta* migrations, but as a drop & create (replace) statements. For this reason, it's really hard to track the changes - since there...
Currently, if database does not have migrations table and you run migrations:continue, it creates migrations table and runs all your migrations. if your initial migrations isn't created correctly and you...
Hello, I cannot find any mention of bottomsheet. How does it work with this library? Is it expected to use DialogNavigator to show those bottomsheet? I expect that bottomsheet is...
I'd like to propose introduce new `combineTransformLatest` operator , which behaves like `combineTransform` but cancels transformer if new value arrives. Example: loading places to map; user is moving with map,...
We are modifying an URL to add a missing "lang" segment -> e.g. `example.com/something` to `example.com/en/something`. The only possible alternative, for now, is to remove all segments and add them...
Version: 3.1.14 ### Bug Description Adding an extension that defines Latte tags like `input` has no effect, as the default template factory re-registers the default form macros that override the...