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
Currently we do not handle views during db:dump operations.
If you run db:dump --drop-tables or db:drop --tablesall existing tables will be removed before the command logic is executed.
If there are views, the views remain. That's expected.
The feature could add additional --drop-views and --views option to the commands.
Feature description
Currently we do not handle views during db:dump operations.
If you run
db:dump --drop-tables
ordb:drop --tables
all existing tables will be removed before the command logic is executed.If there are views, the views remain. That's expected.
The feature could add additional
--drop-views
and--views
option to the commands.Problem and motivation
Resolves question in #579
The text was updated successfully, but these errors were encountered: