How to run seed on cfmigrations?

I’m trying to run a seed on y project.

I’ve created a seed component “User.cfc” and I’m trying to run this trough

migrate up seed=true

The migration is running, but seed not.

@elpete or @jclausen can you guys assist here please?

@Francesco : Just to make sure:

  • you put your seeder CFC in the default location /resources/database/seeds
  • you have commandbox-migrations v3.2.3 installed - which has the correct version of cfmigrations bundled
  • Your seeder has a run method in it
  • Your application is in development environment - seeds will not run except in that environment ( https://github.com/coldbox-modules/cfmigrations#seeders )