After fat fingering a migration file
PG::Error: ERROR: type "stringa" does not exist
I fix the migration, but rake "db:migrate" does not pick up the new corrected file, if running the command again it will either say:
** Invoke db:migrate => "Completed"
or throw the same exception again. I try reload! but it does not help.
After fat fingering a migration file
PG::Error: ERROR: type "stringa" does not existI fix the migration, but
rake "db:migrate"does not pick up the new corrected file, if running the command again it will either say:** Invoke db:migrate => "Completed"or throw the same exception again. I try
reload!but it does not help.