You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[10.x] Guess table name correctly in migrations if column's name have ('to', 'from' and/or 'in') terms (#48437)
* Match table name that not includes ('to', 'from' and 'in')
* Add test cases that cover the case of having "to" in column name during migration creation
* Simplify the regex
0 commit comments