luminus

sudakatux 2020-03-17T11:47:19.026700Z

Hi

sudakatux 2020-03-17T11:47:24.027Z

So i wrote a migration

sudakatux 2020-03-17T11:47:38.027300Z

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

sudakatux 2020-03-17T11:48:19.028200Z

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

sudakatux 2020-03-17T11:48:58.028800Z

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

sudakatux 2020-03-17T11:51:33.029Z

`

[luminus-migrations "0.6.5"]

sudakatux 2020-03-17T12:01:09.029200Z

figured it out

sudakatux 2020-03-17T12:01:31.029800Z

i needed to add `

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