mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
3d2ac918b987ef0cff34f6a7fdd20926b7a9e5d9
Also optimized Migrator#current_version class method to fetch only the latest version number and not all of them. With this change no matter how many migrations there are the schema_migrations table is only SELECTed from once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Cache migrated versions list in Migrator and use it to fetch the latest migrated version name [#845 state:resolved]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%