mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 16:59:04 +08:00

these series of commits. See: https://meta.discourse.org/t/new-installation-fails-on-migration/147425 This reverts commit 80e832662b719425872e7ac3736fb9fc56d85aca. This reverts commit de5f2d33087c8e9c12f83d573015d275098bd68f. This reverts commit 6b192d29fa095e91cb40b71e76dfc811f4aa205c. This reverts commit a5b582f686c0a8427aad3f6caf9f3a8105e66ee9. This reverts commit 708dd97dfd0380c703678a0ee070dc62880e57f1.
6 lines
120 B
Ruby
6 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_dependency 'migration/safe_migrate'
|
|
|
|
Migration::SafeMigrate.patch_active_record!
|