3👍
Open the migration file that has the import to the old function
and adjust the reference.
from cool_function()
to even_cooler_function()
in your relevant migration file.
👤JGCW
Source:stackexchange.com
3👍
Open the migration file that has the import to the old function
and adjust the reference.
from cool_function()
to even_cooler_function()
in your relevant migration file.