Need help with a migration
This was my old enum:
And this is my new one:
I ran
generate --custom
to make a blank migration file, and wrote this custom script:
Sadly, this did not work and I get this output in my terminal:1 Reply
The first two objects output by the terminal always get printed when I run my server because I run my migration script on server startup. I'm not sure what they mean but I always assumed it just meant that a migration already exists, therefore it will not migrate again.