(Avoid, use 1.4.2) Improvements to migrations and to UPDATE query
- Allow custom migrations filter
- Allow using table name on the left side in
UPDATE ... SET table.column = table2.column ...
, when there are join.
UPDATE ... SET table.column = table2.column ...
, when there are join.