Removing Migration Scripts

Hi,

can someone tell me how to remove migration scripts? I deleted one from the folder but command prompt still thinks it exists and when I try to migrate down it’s still calling that from somewhere?

Applied migrations are added to a table in your database, usually it’s called tbl_migration. Just remove it from there.