mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
We use schema_migration_details to determine the age of a site in multiple migrations. This commit moves the logic into a dedicated `Migration::Helpers` module so that it doesn't need to be re-implemented every time.