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
When the migration runner is instantiated, it looks for the migrations in the src directory, directly in the plugin folder. But since we now use Strauss with a src relocation, that folder doesn't exist. So it throws a warning.
Add a is_readable check
Check if we are in a build state, and change the path accordingly. (See AddOnProvider).
The text was updated successfully, but these errors were encountered:
When the migration runner is instantiated, it looks for the migrations in the
src
directory, directly in the plugin folder. But since we now use Strauss with asrc
relocation, that folder doesn't exist. So it throws a warning.is_readable
checkbuild
state, and change the path accordingly. (SeeAddOnProvider
).The text was updated successfully, but these errors were encountered: