mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
REFACTOR: Restoring of backups and migration of uploads to S3
This commit is contained in:
@ -67,6 +67,10 @@ class Migration::SafeMigrate
|
||||
end
|
||||
end
|
||||
|
||||
def self.post_migration_path
|
||||
Discourse::DB_POST_MIGRATE_PATH
|
||||
end
|
||||
|
||||
def self.enable!
|
||||
return if PG::Connection.method_defined?(:exec_migrator_unpatched)
|
||||
|
||||
|
Reference in New Issue
Block a user