mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 02:11:15 +08:00
8 lines
211 B
Ruby
8 lines
211 B
Ruby
# frozen_string_literal: true
|
|
|
|
unless Discourse.skip_post_deployment_migrations?
|
|
ActiveRecord::Tasks::DatabaseTasks.migrations_paths << Rails
|
|
.root
|
|
.join(Discourse::DB_POST_MIGRATE_PATH)
|
|
.to_s
|
|
end
|