Files
discourse/lib/migration
David Taylor e68a4bc895 DEV: Correct method signature of NiceErrors#migrate (#37065)
This is a monkey-patch for `ActiveRecord::Tasks::DatabaseTasks#migrate`,
which optionally takes arguments.

This will resolve the "ArgumentError" which happens when you run
migrations via the Rails web error page.
2026-01-12 19:28:49 +00:00
..