mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
f3402be262
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.