Fork me on GitHub
#luminus
<
2020-03-17
>
sudakatux11:03:24

So i wrote a migration

sudakatux11:03:38

that is throwing "Too many update results were returned."

sudakatux11:03:19

the error is right. there are certainly too many updates. But how can i say... "I dont care do it regardless"

sudakatux11:03:58

im basically removing lots of entries of a table and adding columns

sudakatux11:03:33

`

[luminus-migrations "0.6.5"]

sudakatux12:03:09

figured it out

sudakatux12:03:31

i needed to add `

--;;
between commands. looked at the migratus documentation