Are shared directories not updated with new files from VCS? #3663
Unanswered
nikspyratos
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have
database
in myshared_dirs
(and inwritable_dirs
) so I can use SQLite in my Laravel install. I've now noticed that it doesn't update with new migrations.Is this intentional or a bug?
For now I suppose I'll change the structure to move the database file to the root dir to be shared and remove
database
from the shared_dirs, but since it's the Laravel default it would be nice to still get file updates there.Beta Was this translation helpful? Give feedback.
All reactions