mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
d8e7fc4f5d
Fixes the following deprecation warning: > DEPRECATION WARNING: The `check_pending!` method is deprecated in favor of `check_all_pending!`. The new implementation will loop through all available database configurations and find pending migrations. The prior implementation did not permit this.