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
I have investigated on that issue. The reason this fails is because the pattern matching in schema_parser.rb seems to match on a line that it is not supposed to match on, in my case:
t.index ...
So the solution here is to not match on t.index'es in the first place. I changed line 22 of schema_parser.rb to
No description provided.
The text was updated successfully, but these errors were encountered: