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
There was a fix made in 0bfc8b8 to respect the priv from the repo for migrations and snapshots; however now when specifying priv: priv/repos/repo_a the snapshots are being put at priv/repos/repo_a/resource_snapshots/repo_a/extensions.json there is a redundant repo_a being added to the directory structure.
:priv - the directory where to keep repository data, like migrations, schema and more. Defaults to "priv/YOUR_REPO". It must always point to a subdirectory inside the priv directory
The text was updated successfully, but these errors were encountered:
There was a fix made in 0bfc8b8 to respect the
priv
from the repo for migrations and snapshots; however now when specifyingpriv: priv/repos/repo_a
the snapshots are being put atpriv/repos/repo_a/resource_snapshots/repo_a/extensions.json
there is a redundantrepo_a
being added to the directory structure.The text was updated successfully, but these errors were encountered: