2019-05-03 08:17:27 +10:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2018-10-09 13:11:45 +08:00
|
|
|
unless Discourse.skip_post_deployment_migrations?
|
2018-10-08 15:47:38 +08:00
|
|
|
Rails.application.config.paths['db/migrate'] << Rails.root.join(
|
|
|
|
|
Discourse::DB_POST_MIGRATE_PATH
|
|
|
|
|
).to_s
|
|
|
|
|
end
|