You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling rake app:parallel:prepare in the case of a rails engine should then call rake app:parallel:load_schema under the hood, but instead it calls rake parallel:load_schema by default (without the app prefix).
The workaround I've been using is to just call drop, create, and load_schema individually.
The text was updated successfully, but these errors were encountered:
Calling
rake app:parallel:prepare
in the case of a rails engine should then callrake app:parallel:load_schema
under the hood, but instead it callsrake parallel:load_schema
by default (without theapp
prefix).The workaround I've been using is to just call drop, create, and load_schema individually.
The text was updated successfully, but these errors were encountered: