mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
49ebe51 fixed copying migrations, but existing migrations would still trigger warnings. The proper way to compare migrations is to ignore origin lines - if migration is identical it means that we can silently skip it, regardless where it comes from.