Adding new migrations
I just created a new migration in twenty-server/src/database/typeorm/metadata/migrations/ for a table in metadata schema and ran "yarn nx database:migrate:prod twenty-server" command.
However, my migration isn't being picked up when the command runs. How can I solve this?
I'd appreciate any help!
However, my migration isn't being picked up when the command runs. How can I solve this?
I'd appreciate any help!