I have few migrations files.How can I run single migration down or up, if this migration isn't the newest, but some steps in the migrations history?
When I run yiic migrate up 1
, it runs the latest migration. Running migration command using migration version as parameter also doesn't help.