Hi
So i wrote a migration
that is throwing "Too many update results were returned."
the error is right. there are certainly too many updates. But how can i say... "I dont care do it regardless"
im basically removing lots of entries of a table and adding columns
`
[luminus-migrations "0.6.5"]
figured it out
i needed to add `
--;;
between commands. looked at the migratus documentation